ezra-obiwale/DSSkeleton/master/.htaccess
# Do not change this line.
RewriteEngine on
# Do no change these lines.
RewriteCond %{REQUEST_URI} !^/public/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /public/$1
# Do not change this line
RewriteRule ^(/)?$ public/index.php [L]
Files
