Created
November 24, 2015 09:07
-
-
Save Aziz-Rahman/72b5b9d493e693ededf8 to your computer and use it in GitHub Desktop.
smple htaccess
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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