Roman_applicant-site/.htaccess

4 lines
86 B
ApacheConf

RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]