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]
Files

# # 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]