genjerator13/doa/master/web/.htaccess - Htaccess File

genjerator13/doa/master/web/.htaccess

DirectoryIndex home

#Options +FollowSymlinks
RewriteEngine On

# Explicitly disable rewriting for front controllers
RewriteRule ^app_dev.php - [L]
RewriteRule ^app.php - [L]

RewriteCond %{REQUEST_FILENAME} !-f

# Change below before deploying to production
#RewriteRule ^(.*)$ app.php [QSA,L]
RewriteRule ^(.*)$ app_dev.php [QSA,L]
# im still testing it under the dev env.

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache