Created
February 17, 2015 21:23
-
-
Save anupamkumar/6468b8efc5d5e4b9504a to your computer and use it in GitHub Desktop.
HTACCESS FILE
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 | |
RewriteCond %{HTTP_HOST} ^anupamsblog.gear.host$ [OR] | |
RewriteCond %{HTTP_HOST} ^www.anupamsblog.gear.host" target="_blank">www.anupamsblog.gear.host$ | |
RewriteRule ^php$ http://anupamsblog.gear.host" target="_blank">http://anupamsblog.gear.host [R=301,L] | |
RewriteEngine on | |
RewriteCond %{HTTP_HOST} ^anupamsblog.gear.host$ [OR] | |
RewriteCond %{HTTP_HOST} ^www.anupamsblog.gear.host" target="_blank">www.anupamsblog.gear.host$ | |
RewriteRule ^share$ http://anupamsblog.gear.host" target="_blank">http://anupamsblog.gear.host [R=301,L] | |
ErrorDocument 404 /index.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment