parsedown/tests/.htaccess

7 lines
152 B
ApacheConf
Raw Normal View History

2013-07-10 22:22:16 +02:00
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ tests/index.php?$1 [L]