webcron/public/.htaccess

4 lines
116 B
ApacheConf
Raw Normal View History

2021-04-06 19:33:20 +02:00
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]