cleanup
[xendri.git] / .htaccess
blob3bb88869c4659d1bbcdcb704f9674cc05959ba39
1 \r
2 RewriteEngine on\r
3 RewriteBase /\r
4 \r
5 #bottom\r
6 #RewriteRule ^([^/]*)/([^\.]*)/([^\.]+)\.([^\?]*)\??(.*)$ index.php?xdyn=$1&page=$3&query_type=$4&params=$2 [L,QSA]\r
7 #RewriteRule ^([^\./]+)\.([\w]+)$ index.php?xdyn=main&page=$1&query_type=$2 [L,QSA]\r
8 #RewriteRule ^([^/]+)/([^\.]+)\.([\w]+)$ index.php?xdyn=$1&page=$2&query_type=$3&$4 [L,QSA]\r
9 RewriteCond %{REQUEST_FILENAME} !-f\r
10 RewriteRule (.*) index.php [L,QSA]\r