Files
dinnerinthewoods.org/.htaccess
2019-03-04 12:30:14 -06:00

4 lines
116 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]