- Code: Select all
Options +FollowSymLinks
RewriteEngine on
RewriteBase /admin
RewriteRule admin/.(htm|html|js|ico|gif|jpg|png|css|jpeg|swf|flv|php|zip|gzip|htc)$ xxx.php [L]
RewriteCond %{REQUEST_URI} !\.(htm|html|js|ico|gif|jpg|png|css|jpeg|swf|flv|php|zip|gzip|htc)$
RewriteRule (.*) index2.php
What is the problem? it's dosen't work

