siguie
09-30-2008, 04:19 AM
Presently I redirect all requests from an addon domain to a new one using ...
RewriteEngine on
Redirect 301 / http://www.OTHER_DOMAIN.com/
... this works great BUT now I would like to allow access to one specific subdirectory in the addon domain ... I thought I could use "RewriteCond" to make an exception but apparently I suck at writing htaccess code. :rolleyes:
So any help would be much appreciated :)
RewriteEngine on
Redirect 301 / http://www.OTHER_DOMAIN.com/
... this works great BUT now I would like to allow access to one specific subdirectory in the addon domain ... I thought I could use "RewriteCond" to make an exception but apparently I suck at writing htaccess code. :rolleyes:
So any help would be much appreciated :)