7 lines
133 B
ApacheConf
7 lines
133 B
ApacheConf
|
RewriteEngine On
|
||
|
|
||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteRule (.+) index.php?command=$1 [L]
|
||
|
|