kbjr/Resources/master/.htaccess - Htaccess File

kbjr/Resources/master/.htaccess

#
# .htaccess
#
# This file contains directory specific configuration
# information for Apache
#

# use mod_rewrite to silently redirect
RewriteEngine on

# resources
RewriteCond $1 !^(resources.php)
RewriteRule ^(.*)$ resources.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache