Forum Moderators: phranque

Message Too Old, No Replies

Always allow access to a specific page

         

s7uar7

2:38 pm on Jan 13, 2006 (gmt 0)

10+ Year Member



Hi all
Is there a command that I can put at the top of my .htaccess that checks if they are requesting a certain page, and if they are then it will ignore any further rules?

Many thanks

s7uar7

2:48 pm on Jan 13, 2006 (gmt 0)

10+ Year Member



Ignore that, found a solution using RewriteCond %{REQUEST_URI}!

jdMorgan

5:07 pm on Jan 13, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member




RewriteRule ^certain_page$ - [L]

is all that's usually needed.

Jim