I have my main site in /2011/ folder (so, not in the root)
Screenshot: http://www.ivanhalen.com/htaccess/tree.png
Below is my .htaccess files, and mod_rewrite on Apache server is on
htaccess: http://www.ivanhalen.com/htaccess/htaccess.txt
All is working very nice, but I have a big problem with “extra/” part of the .htaccess file.
I double checked folders and files, but when I try to go to http://www.myserver.com/2011/extra/presentazione/ I am redirected to the 404 error page, and the same if I go to http://www.myserver.com/2011/extra/contatti/
But I’m sure the files are there, infact I can access them respectively on http://www.myserver.com/2011/extra/presentazione.php?iModule=4 and http://www.myserver.com/2011/extra/contatti.php?iModule=4
More, no problem on “/world” section, that follows almost the same rules. And even more, the problem occurs only on a Linux server, not on my local Windows server (Apache powered)
So, what’s wrong? Can you help me, please?
At last I asked the provider staff, and they solved the problem adding the line:
Quite obscure to me, but it works…
Thanks to all!