When you type in a url without a filename, e.g. www.google.com/, it
automatically looks for index.php (or whatever your web server is
configured to look for). I am having the problem where my CMS is
returning a page not found in this case.
Try typing in http://www.quick2m.com/izzy -- you get 404
Try typing in http://www.quick2m.com/izzy/index.php -- you get the
homepage
Is this something I can fix with mod_rewrite? How would I write a rule
that looks for a blank URL line and replaces it with index.php?
thanks,
Kevin
automatically looks for index.php (or whatever your web server is
configured to look for). I am having the problem where my CMS is
returning a page not found in this case.
Try typing in http://www.quick2m.com/izzy -- you get 404
Try typing in http://www.quick2m.com/izzy/index.php -- you get the
homepage
Is this something I can fix with mod_rewrite? How would I write a rule
that looks for a blank URL line and replaces it with index.php?
thanks,
Kevin
Comment