Option MultiView - htaccess

Status
Not open for further replies.

nEw_boY

Active Member
826
2010
48
0
I have this weird problem.
Everything was perfect till I upgraded IPB 3.2.3 from 3.1.4

I was using FURLs and .htaccess file was placed there.

Code:
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

The problem I have is I cant use it anymore.
After 2 weeks I discovered that its problem with .htaccess file

I added total code to my root directory's .hta file.
I closed it, reopened and checked it again. It was okay.
Then after sometime, I tried accessing the same file again, and I saw that there was some modification:
From: "Options -MultiViews"
To: "#Options -MultiViews"

I believe "#" is used to comment a line in the file.
How could that happen ? My hosting guys are denying any change on there side.
 
Status
Not open for further replies.
Back
Top