PHP-Course/exam/dist/.htaccess
2024-07-22 04:27:02 +02:00

7 lines
155 B
ApacheConf

RewriteEngine On
RewriteBase /phpCourse/exam/dist
## Disallow direct entry over the dist
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ / [L,NC,QSA,F]