site/legal/.htaccess
2020-07-02 09:50:52 -04:00

6 lines
154 B
ApacheConf

RewriteEngine On
RewriteBase /legal/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?page=$1 [L,QSA]