Jump to content

.htacces redirection with wildcards


garethhall

Recommended Posts

I have been tying to get the site redirection to work but I keep on getting an internal server error

 

Here is what I need if the url is not

http://www2.mydomain.com/content/newzealand/mpc/mpc_newzealand_website/en/home_mpc/van** or http://www2.mydomain.com/content/newzealand/mpc/mpc_newzealand_website/en/home_mpc/truck***

 

then redirect http://www.mydomain.com

 

 

This is what I have at present but like I said it does not work.

 

Options +FollowSymLinks

RewriteEngine On

RewriteCond !http://www2.mydomain.com/content/newzealand/mpc/mpc_newzealand_website/en/home_mpc/van.*

RewriteCond !http://www2.mydomain.com/content/newzealand/mpc/mpc_newzealand_website/en/home_mpc/truck.*

RewriteRule .* http://www.mydomain.com [R=301,L]

Link to comment
https://forums.phpfreaks.com/topic/262721-htacces-redirection-with-wildcards/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.