apache - index.php with a trailing slash is redirected to an absolute path -


i type in browser address bar

www.mysite.com/index.php/

and redirected to

www.mysite.com/home/user/domains/mysite.com/public_html/index.php


mean?

should use .htaccess solve issue?


edit

i noticed if load mysite.com/index.php/ without www. prefix, url not found message expected , no redirection made.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -