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

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -