FreedomWall_Website/.htaccess

4 lines
126 B
ApacheConf
Raw Normal View History

2023-02-09 10:29:05 +00:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]