Jump to content

changing domain in all links -- mod_rewrite?


Recommended Posts

I have a problem where we used a DYNDNS.org domain name when developing a site. somehow the domain got hard coded and.

 

I try to edit the database but when I do find and replace for all instances, the site just crashes.

 

Is there a way to use mod_rewrite sniff our the offending code and replace it with the right information.

 

basically I have something like this on the page

 

 

<a href="old.dyndns.org">A Link</a>

 

and I want to change it to this

 

<a href="www.correctdomain.com">A Link</a>

 

could this be done with mod_rewrite?

Link to comment
Share on other sites

the links you output on your page must point to where your web site is hosted. mod_rewrite has nothing to do with what you are outputting. mod_rewrite determines what happens when your server receives a request for a page. if old.dyndns.org still points to where your web site is hosted, mod_rewrite could be used, but it doesn't sound like that is what you need.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.