crispage/.htaccess
2023-08-24 14:58:56 -04:00

7 lines
149 B
ApacheConf

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.*$ index.php [QSA,L]