Forum Moderators: phranque
I'm working on a site wherein I don't have access to any mod_rewrite, but I still need to move a few files around. (I'm on an Apache server, but certain features are disabled for users in my position.)
Obviously, I want to indicate the file's new location in the most efficient and search-friendly manner possible, but I can't think of any way to do this without a meta refresh or javascript -- which I know can cause problems and aren't exactly efficient.
Also complicating matters is the fact that I'm not in the root directory, and I don't have PHP. I do have Perl, however, but anyway I can't figure out how to send a header with 301 information before the page loads.
Anything come to mind?
Many thanks . . .