1

Without using .htaccess, index.php/path works on server but not on local(404 error). So what is the configuration on apache for that to work.

4
  • The server is not using mod_rewrite for this? Commented Jan 7, 2013 at 6:30
  • I guess you could have a folder named index.php, no? (not too familiar with filesystems) Commented Jan 7, 2013 at 6:32
  • @caiosm1005 on joomla we use index.php/contact for index.php?option=com_contact if we don't use the help of .htaccess(url rewriting) Commented Jan 7, 2013 at 6:34
  • @caiosm1005 - possibly, but you'd still need rewrite in order to avoid having the extension (*.php) Commented Jan 7, 2013 at 6:35

1 Answer 1

2

Try enabling AcceptPathInfo in your Apache configuration. See http://httpd.apache.org/docs/2.2/mod/core.html#acceptpathinfo

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.