VIPStephan
08-14-2006, 11:35 PM
OK, this is one of the rare cases where I have a question instead of answering them. :)
I'm not that experienced when it comes to issues outside of HTML and CSS and this time I want to 301 redirect several pages to a different domain using .htaccess but not all files in the directory. I could imagine there is a way with something like conditional statements: if the file doesn't exist redirect to the other domain and look for the file there. But I'm not sure whether this is possible and if it is, how this would be done?
Basically I wanna write one line and make it count for all non-existing files but as far as I have researched RedirectMatch wouldn't work in this case, or would it?
I hope anybody can help me. Thanks in advance. :)
I'm not that experienced when it comes to issues outside of HTML and CSS and this time I want to 301 redirect several pages to a different domain using .htaccess but not all files in the directory. I could imagine there is a way with something like conditional statements: if the file doesn't exist redirect to the other domain and look for the file there. But I'm not sure whether this is possible and if it is, how this would be done?
Basically I wanna write one line and make it count for all non-existing files but as far as I have researched RedirectMatch wouldn't work in this case, or would it?
I hope anybody can help me. Thanks in advance. :)