6 lines
138 B
ApacheConf
6 lines
138 B
ApacheConf
|
|
RewriteEngine On
|
||
|
|
RewriteBase /
|
||
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||
|
|
RewriteRule ^(.*)$ /index.php?m=$1
|