Probleme with my htaccess

tecknomade49

New Member
Messages
4
Reaction score
0
Points
0
Hy every one , i have probleme with my site

http://xm8.us/86c3f4

the url rewerting is fine but is show me eror

DirectoryIndex plus.php index.php index.htm index.html

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . plus.php [L]

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

DirectoryIndex plus.php index.php index.htm index.html

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . plus.php [L]

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName 123fillo.co.cc
AuthUserFile /home/fillo01/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/fillo01/public_html/_vti_pvt/service.grp
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . plus.php [L]

Add a line.
 
Top