Files
bckelleyandbckelley a979c73924 init commit
2024-01-25 09:52:59 -06:00

8 lines
216 B
ApacheConf

<IfModule mod_rewrite.c>
Options -Multiviews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
</IfModule>