Files
cake-playground/webroot/.htaccess
T

6 lines
130 B
ApacheConf
Raw Normal View History

2026-09-15 02:04:11 -07:00
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>