frank-dspeed/PHP-PP/master/.htaccess - Htaccess File

frank-dspeed/PHP-PP/master/.htaccess

# copy these rules into a file on your server called .htaccess
# or simply rename this file!

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache