Skip to content

Instantly share code, notes, and snippets.

@Aziz-Rahman
Created November 24, 2015 09:07
Show Gist options
  • Save Aziz-Rahman/72b5b9d493e693ededf8 to your computer and use it in GitHub Desktop.
Save Aziz-Rahman/72b5b9d493e693ededf8 to your computer and use it in GitHub Desktop.
smple htaccess
RewriteEngine on
RewriteRule ^about/$ /pages/about.html [L]
RewriteRule ^features/$ /features.php [L]
RewriteRule ^buy/$ /buy.html [L]
RewriteRule ^contact/$ /pages/contact.htm [L]
Baris ke-2 : http://yoursite.com/pages/about.html -> http://yoursite.com/about
Baris ke- : http://yoursite.com/features.php-> http://yoursite.com/features
Baris ke- : http://yoursite.com/buy.html-> http://yoursite.com/buy
Baris ke- : http://yoursite.com/pages/contact.html-> http://yoursite.com/contact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment