parsedown/tests/.htaccess
2013-07-10 23:22:16 +03:00

7 lines
152 B
ApacheConf

RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ tests/index.php?$1 [L]