|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
mod_rewrite help
Alright, I have a set of rewrite rules that are generic for almost every page on the site. Now, I can do a RewriteCond for the exceptions, but if it fits one of the exceptions, is there a way to keep the rest of the rules from acting on this first rewrite? Does this make any sense to you?
|
|
#2
|
|||
|
|||
|
RE: mod_rewrite help
Code:
rewriteRule ^foo$ foo.php [L] # the L means last rule, stop rewriting |
|
#3
|
|||
|
|||
|
RE: mod_rewrite help
thanks
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Server Administration > mod_rewrite help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|