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 12-14-2012, 02:40 PM   PM User | #1
MTWKApplied
New to the CF scene

 
Join Date: Nov 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
MTWKApplied is an unknown quantity at this point
htaccess rewrite to replace domain

Thought this would be simple but nothing I've tried is working. We built this wordpress site. Before it went live, it got indexed so I'm getting the following:

http://s152979.gridserver.com/recent_projects/

When I want to see:
http://www.neponsetvalleyconstructio...cent_projects/


The site works but we would like to have the second url display even if viewer has come in through the first link. I've been trying to work the htaccess file but NOTHING I've tried works. This is the last suggestion that was made to me. It also doesn't work. Does anyone know how to do this?

Code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} s152979.gridserver.com/ [NC]
RewriteRule ^(.*)$ http://www.neponsetvalleyconstruction.com/$1 [R=301,L]
MTWKApplied is offline   Reply With Quote
Old 12-18-2012, 08:16 PM   PM User | #2
kelisaid
New Coder

 
Join Date: Jun 2008
Location: Detroit, MI
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post
kelisaid is an unknown quantity at this point
For the general settings on the admin screen what do you have in WordPress Address (URL) & Site Address (URL)?
kelisaid is offline   Reply With Quote
Old 12-19-2012, 01:16 AM   PM User | #3
Inigoesdr
Super Moderator


 
Inigoesdr's Avatar
 
Join Date: Mar 2007
Location: Florida, USA
Posts: 3,604
Thanks: 2
Thanked 399 Times in 392 Posts
Inigoesdr is a jewel in the roughInigoesdr is a jewel in the roughInigoesdr is a jewel in the rough
Neither site is coming up at the moment. Try removing the slash from the end of your RewriteCond and make sure you have your site URLs updated as kelisaid mentioned.
Inigoesdr 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 10:24 PM.


Advertisement
Log in to turn off these ads.