Is something like that possible? To rewrite a static url to another static url, I don't know much about htaccess but would it be somethin along these lines? Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^ /(newdirectory)/(newdirectory)/(newfile.php)$ /whaaat goes here?? Thanks
http://www.pimpitout.net/graphics/backgrounds/ to http://www.pimpitout.net/myspace-backgrounds Thanks.
Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^myspace\-([^.]+)$ graphics/$1 [L]
Hmm, see there is more than one directory under graphics, as I understand this would turn all directories under graphics into myspace-directory, am I correct?
Ok thanks bud...i'm thinkin i might just change it manually now though because I'm not sure what effect it would have on SE rankings if links were to the first url and then the url was rewritten.