|
That’s a GoDaddy issue. You’ll want to edit the .htaccess file and add this to top:
Options -MultiViews
If that doesn’t work, add this to your php.ini file:
cgi.fix_pathinfo = 1
And if that doesn’t work, rename your php.ini file to php5.ini.
Thank you very very much for your help, finally with your instructions it is working wow!
1)Putting: Options -Multiviews, in the .htaccess did not fixed it, but i left it there.
2)Adding the line : cgi.fix_pathinfo = 1, in the php.ini did not fixed it, but i left it there.
3) renaming php.ini to php5.ini, yes fixed it, with 1) and 2) set as you said.
Thank you again for that great help!
|