aboutsummaryrefslogtreecommitdiff
path: root/h-source/admin/.htaccess
blob: d27d849e93a752fd1847ddc3ea58a5e186c4ee0e (plain) (blame)
1
2
3
4
5
6
7
8
9
# <IfModule mod_rewrite.c>
# 	Options +FollowSymlinks
    RewriteEngine on
	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_FILENAME} !-d
	RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
# </IfModule>