Created
November 25, 2012 22:27
-
-
Save martisj/4145681 to your computer and use it in GitHub Desktop.
messed up htaccess
This file contains hidden or 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
# Use PHP5 Single php.ini as default | |
AddHandler application/x-httpd-php5s .php | |
RewriteEngine On | |
RewriteBase / | |
#For martinsjastad.com | |
# automatically redirect user to www.martinsjastad.com | |
RewriteCond %{HTTP_HOST} !^www\.martinsjastad\.com [NC] | |
RewriteRule ^(.*) http://www.martinsjastad.com/$1 [L,R=301] | |
RewriteRule ^/frontsideinteractive/(.+) http://www.frontsideinteractive.com/$1 [R,L] | |
Redirect /frontsideinteractive/ http://www.frontsideinteractive.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment