jacobcalvert/webphp/master/.htaccess - Htaccess File

jacobcalvert/webphp/master/.htaccess

###################################
# This .htaccess file uses mod_rewrite
# to modify the urls and send them
# to the appropriate server file 
# for url mapping.
####################################

RewriteEngine  on

RewriteBase /

# everything below the site root will be written to server.php?url={the_url}
RewriteRule   ^(.*)/?$ server.php?url=/$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache