aramboyajyan/superglue/master/.htaccess - Htaccess File

aramboyajyan/superglue/master/.htaccess

# Apache configuration file
#
# Created by: Topsitemakers
# http://www.topsitemakers.com/

# Simple rewrite rules for SEO URLs
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache