My problem here is that I have a folder called "project" on my server, for a CMS that I use. However, when I click on a link that is in the file for example about.html, it loads a file out of the folder on the main root page, my RewriteBase section looks like this now. Please tell me how to fix it!
Opções -Indexes -MultiViews + FollowSymLinks
RewriteEngine On
RewriteBase / projecto /
The code above does not seem to be working though!