htaccess redirect
Posted: Tue May 15, 2007 9:27 pm
I have a website in the root, my graphics in /graphics and the blog in /serendipity. I need all external arrivals to end up at the blog, /serendipity and keep the website viable. (and hopefully pass the website Google Rank on to the BLog)
root
index.htm
pages.htm
*.js
*.swf
/serendipity
/graphics
My problem seems to be that once the redirect goes into affect the paths ALL change.
I understand I should put the website and its index file in a new directory, but will that directory have to go under /serendipity?
And will the /graphics directory also have to go in under /serendipity?
Moving the website isn't as big of a problem as moving the /graphics which contain many hundreds of graphics on both the blog and the website linking to it.
I have the .htaccess code to do the redirect from the domain (root) to /serendipity.
But is there some way of adding more code to HOLD the path for the graphics where it is?
Am I making more sense than I used to?
RJ
root
index.htm
pages.htm
*.js
*.swf
/serendipity
/graphics
My problem seems to be that once the redirect goes into affect the paths ALL change.
I understand I should put the website and its index file in a new directory, but will that directory have to go under /serendipity?
And will the /graphics directory also have to go in under /serendipity?
Moving the website isn't as big of a problem as moving the /graphics which contain many hundreds of graphics on both the blog and the website linking to it.
I have the .htaccess code to do the redirect from the domain (root) to /serendipity.
But is there some way of adding more code to HOLD the path for the graphics where it is?
Am I making more sense than I used to?
RJ