Skip to content

Instantly share code, notes, and snippets.

@PhilETaylor
Last active December 18, 2015 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PhilETaylor/322a8528ab79d904e704 to your computer and use it in GitHub Desktop.
Save PhilETaylor/322a8528ab79d904e704 to your computer and use it in GitHub Desktop.
index.php
/index.php
/parks-home/ ( A SEF Url to the base joomla install)
parks-home
parks-home/
/subfolder/index.php ( A url to another different joomla install in a sub folder)
subfolder/index.php
subfolder/index.php?option=com_test
subdomain.example.com/index.php ( A url to another different joomla install on a sub domain )
subdomain.example.com/subfolder/index.php ( A url to another different joomla install in a sub folder on a sub domain )
example.com/index.php?option=com_test (When and only when com_test is installed)
example.com/index.php/com_test (When and only when com_test is installed and SEF on one mode)
example.com/test/ (When and only when com_test is installed and SEF on a different mode)
example.com/magento/ (whether or not magento actually exists in this folder!)
subdomain.example.com/magento/ (whether or not magento actually exists in this folder!)
example.com/wordpress/ (whether or not wordpress actually exists in this folder!)
subdomain.example.com/wordpress/ (whether or not magento actually exists in this folder!)
/customDevScript.php?with=params
subfolder/customDevScript.php?with=params
../../dot/relative/path.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment