if RewriteCond => match then stop processing
			4 posts
			 • Page 1 of 1
		
	
if RewriteCond => match then stop processing
Quick question from a N00b:
how do I implement the following?
many thanks for any help
			
		how do I implement the following?
- Code: Select all
 RewriteCond TestString CondPattern
if => match
stop processing
else
RewriteCond TestString2 CondPattern2
many thanks for any help
Re: if RewriteCond => match then stop processing
Hello.
If by "stop processing" you mean stop the entire .htaccess processing, then use this:
RewriteCond TestString Pattern
RewriteRule .? - [L]
This rule simply stops processing leaving URL intact.
			
		If by "stop processing" you mean stop the entire .htaccess processing, then use this:
RewriteCond TestString Pattern
RewriteRule .? - [L]
This rule simply stops processing leaving URL intact.
Re: if RewriteCond => match then stop processing
cool, thanks. I am a medical doctor, my coding skills are rudimentary! 
			
		Re: if RewriteCond => match then stop processing
Such a great post to know different useful information.
			
		
			4 posts
			 • Page 1 of 1
		
	
Who is online
Users browsing this forum: No registered users and 11 guests