Appzia_website_design/.htaccess

5 lines
163 B
ApacheConf
Raw Normal View History

2024-03-08 12:18:06 +00:00
RewriteEngine on
RewriteCond $1 !^(index\.php|public|\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1