Can you help me with an example? of
# Blocking direct access
RewriteCond %{HTTP_REFERER} !^http://www.domain/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://domain/.*$ [NC]
RewriteCond %{REQUEST_URI} ^.*index\.php$
RewriteRule .* - [F]
?
the wrapper is in this directory
http://www.gyn.gr/new/in the wrapper i call this page
http://www.gyn.gr/forum2/forum.aspso the code must be something like that?
RewriteCond %{HTTP_REFERER} !^http://www.gyn.gr/forum2/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.gyn.gr/new/.*$ [NC]
RewriteCond %{REQUEST_URI} ^.*index\.php$
RewriteRule .* - [F]
?
ok so everyone goes to forum2 his path is redirected to the new/ how will be the wrapper
implemented to this because its a module right? my wrapper shows as a module in this page
http://www.gyn.gr/new/index.php?option= ... Itemid=100 so how will i change the abovE code to fit my needs TO REDIRECT ALL the pages of forum2/ inside the wrapper?
Regards Zisopoulos