nickmchardy/random-code/master/301/.htaccess - Htaccess File

nickmchardy/random-code/master/301/.htaccess

#
# ReWrite Engine for Apache
#
# Enables nice URLs like http://www.example.com/site/article/viewarticle/home/ to be utilised with Apache.

RewriteEngine on
RewriteRule ^(.+)/?$ index.php?/$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache