ezra-obiwale/DSSkeleton/master/.htaccess - Htaccess File

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]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache