I tried adding the following rule:
Code: Select all
RewriteCond %{REQUEST_URI} ^/lib/(.*)$ [NC]
RewriteRule ^(.*)$ http://libdomain.com/lib/$1 [R=302,L]Moderator: General Moderators
Code: Select all
RewriteCond %{REQUEST_URI} ^/lib/(.*)$ [NC]
RewriteRule ^(.*)$ http://libdomain.com/lib/$1 [R=302,L]IMO, your post is fine here in the regex forum. The fact that I replied to most new posts in here except yours is that I know jack about the mod_rewrite plug-in. All these RewriteCond and RewriteRule etc. mean nothing to me.nutkenz wrote:Was there a more appropriate subforum to post this in? If so, admin, feel free to move this topic.