Forums / Cotonti / Support / Admin Panel Problem

elfrenazo
#37174 2013-03-08 06:04

I hope you work with my htaccess

Options FollowSymLinks -Indexes
RewriteEngine On
RewriteBase "/"
RewriteRule ^(datas|images|js|themes)/(.*)$ $1/$2 [QSA,NC,NE,L]
RewriteRule ^sitemap\.xml$  index.php?r=sitemap [L]
RewriteRule ^admin/([a-z0-9]+) admin.php?m=$1 [QSA,NC,NE,L]
RewriteRule ^(admin|login|message)(/|\?|$) $1.php [QSA,NC,NE,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]+) index.php?rwr=$1 [QSA,NC,NE,L]