mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
7 lines
152 B
ApacheConf
7 lines
152 B
ApacheConf
RewriteEngine on
|
|
RewriteBase /
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
|
|
RewriteRule ^(.*)$ tests/index.php?$1 [L] |