Jpadilla1/web-php-project/master/web-php-project/public/.htaccess - Htaccess File

Jpadilla1/web-php-project/master/web-php-project/public/.htaccess

Options -MultiViews
RewriteEngine On

RewriteBase /github/web-php-project/web-php-project/public

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

RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache