You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
284 B

5 years ago
RewriteEngine On
4 years ago
RewriteCond %{REQUEST_URI} !^/admin/
5 years ago
RewriteCond %{REQUEST_FILENAME} !-f
5 years ago
RewriteRule ^([^\.]+)$ index.php?q=$1 [NC,L]
4 years ago
5 years ago
#
# Rewritebase /
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]