ARK/.htaccess

5 lines
126 B
ApacheConf

RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
#RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php?d=$1 [L]