Go Back   CodingForums.com > :: Server side development > Apache configuration

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-17-2012, 03:58 PM   PM User | #1
nicky
Regular Coder

 
Join Date: May 2008
Location: Michigan
Posts: 216
Thanks: 10
Thanked 1 Time in 1 Post
nicky is on a distinguished road
Having issues redirecting subdirectory to domain

My hosting plan is hosting two domains.

1) Main domain - abc.com
2) Blog domain - xyz.com

The 2nd domain is contained within a subdirectory of the main domain, so abc.com/blog/ is also xyz.com

I have been trying to edit my .htaccess file to redirect abc.com/blog to xyz.com, but every time I get it work, the stylesheet gets stripped from the xyz.com.

Can someone please point me in the right direction? The .htaccess file resides in the root directory. Do I need a separate one in the 'blog' directory?
nicky is offline   Reply With Quote
Old 08-18-2012, 12:45 AM   PM User | #2
Lamped
Super Moderator


 
Join Date: Feb 2009
Location: England
Posts: 539
Thanks: 8
Thanked 63 Times in 54 Posts
Lamped will become famous soon enough
Try:

Code:
RewriteRule ^blog(.*) http://xyz.com$1 [R=301,L]
You'll need the R=301 to force a full browser reload to the new URL, or edit xyz.com to use relative URLs for the stylesheet (and everything else).
__________________
lamped.co.uk :: Design, Development & Hosting
marcgray.co.uk :: Technical blog
Lamped is offline   Reply With Quote
Users who have thanked Lamped for this post:
nicky (08-20-2012)
Old 08-20-2012, 01:31 PM   PM User | #3
nicky
Regular Coder

 
Join Date: May 2008
Location: Michigan
Posts: 216
Thanks: 10
Thanked 1 Time in 1 Post
nicky is on a distinguished road
Thank you, that worked!
nicky is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:43 AM.


Advertisement
Log in to turn off these ads.