7 lines
142 B
ApacheConf
7 lines
142 B
ApacheConf
RewriteEngine ON
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule . index.php [L]
|
|
|
|
ErrorDocument 404 /404/ |