DerekMarcinyshyn/revyweather/master/.htaccess - Htaccess File

DerekMarcinyshyn/revyweather/master/.htaccess

# Serve the public folder and hide all other folders
#RewriteEngine On

#RewriteCond %{HTTP_HOST} ^(www.)?revyweather.dev$

#RewriteCond %{REQUEST_URI} !^/public

#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d

#RewriteRule ^(.*)$ /public/$1

#RewriteCond %{HTTP_HOST} ^(www.)?revyweather.dev$
#RewriteRule ^(/)?$ public/index.php [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME, REQUEST_URI

Comments

Apache