Re: Using .htaccess and ModRewrite - (was [OT] CSS and SSI

This WebDNA talk-list message is from

2004


It keeps the original formatting.
numero = 57592
interpreted = N
texte = Thanks... Well I now have my hands full ;-) I think I will have to do some re-organising of some links before attempting to implement this on our site. Maybe a little test site with 2 variables in the url first me thinks.... Cheers Alan on 4/28/04 9:00 PM, Tom Duke at tduke@technofutures.ie wrote: > Alan, > > Here is the code we are using. Some of the 'parser.tmpl' code is specific to > our setup but the code to split the URL should be of some use to you. > > - Tom > > > > > .htaccess file > ------------------------------------------------------------ > > RewriteEngine On > RewriteRule ^admin/.*$ - [L] > RewriteRule ^data/.*$ - [L] > RewriteRule ^common/.*$ - [L] > RewriteRule ^download/.*$ - [L] > RewriteCond %{REQUEST_URI} !parser\.tmpl > RewriteCond %{REQUEST_URI} !\.(gif|jpg|png|css) > RewriteRule ^(.+)$ /parser.tmpl?requestedurl=%{REQUEST_URI} [L] > > > parser.tmpl > ------------------------------------------------------------ > > [!] > [/!][!] > > ------------------------------------ > ### Parse search parameters from the request string ### > [/!][text]parsestring=[middle > startafter=[middlestart]&endbefore=][requestedurl][/middle][/text][!] > [/!][listwords > words=[parsestring]&delimiters=/.][text]param[index]=[word][/text][/listwords] > [!] > > ------------------------------------ > ### Match 'param1' to the 'areaid' variable ### > [/!][switch value=[param1]][!] > [/!][case value=][text]areaid=[lookup > db=data/db_content/coreNav.db&value=index&lookinfield=FAREA&returnfield=RID&no > tfound=dud1][/text][/case][!] > [/!][case value=[raw][param1][/raw]][text]areaid=[lookup > db=data/db_content/coreNav.db&value=index&lookinfield=FAREA&returnfield=RID&no > tfound=dud2][/text][/case][!] > [/!][default][text]areaid=[lookup > db=data/db_content/coreNav.db&value=[param1]&lookinfield=FAREA&returnfield=RID > ¬found=dud3][/text][/default][!] > [/!][/switch][!] > ------------------------------------ > ### Match 'param2' to the 'section' variable ### > [/!][switch value=[param2]][!] > [/!][case value=][text]section=index[/text][/case][!] > [/!][case value=[raw][param2][/raw]][text]section=index[/text][/case][!] > [/!][case value=html][text]section=index[/text][/case][!] > [/!][case value=tmpl][text]section=index[/text][/case][!] > [/!][default][text]section=[param2][/text][/default][!] > [/!][/switch][!] > ------------------------------------ > ### Call in the 'index.inc' includes file ### > [/!][include file=common/includes/index.inc&areaid=[areaid]§ion=[section]] > > > > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Using .htaccess and ModRewrite - (was [OT] CSS and SSI ( Alan White 2004)
  2. Using .htaccess and ModRewrite - (was [OT] CSS and SSI books) ( "Tom Duke" 2004)
Thanks... Well I now have my hands full ;-) I think I will have to do some re-organising of some links before attempting to implement this on our site. Maybe a little test site with 2 variables in the url first me thinks.... Cheers Alan on 4/28/04 9:00 PM, Tom Duke at tduke@technofutures.ie wrote: > Alan, > > Here is the code we are using. Some of the 'parser.tmpl' code is specific to > our setup but the code to split the URL should be of some use to you. > > - Tom > > > > > .htaccess file > ------------------------------------------------------------ > > RewriteEngine On > RewriteRule ^admin/.*$ - [L] > RewriteRule ^data/.*$ - [L] > RewriteRule ^common/.*$ - [L] > RewriteRule ^download/.*$ - [L] > RewriteCond %{REQUEST_URI} !parser\.tmpl > RewriteCond %{REQUEST_URI} !\.(gif|jpg|png|css) > RewriteRule ^(.+)$ /parser.tmpl?requestedurl=%{REQUEST_URI} [L] > > > parser.tmpl > ------------------------------------------------------------ > > [!] > [/!][!] > > ------------------------------------ > ### Parse search parameters from the request string ### > [/!][text]parsestring=[middle > startafter=[middlestart]&endbefore=][requestedurl][/middle][/text][!] > [/!][listwords > words=[parsestring]&delimiters=/.][text]param[index]=[word][/text][/listwords] > [!] > > ------------------------------------ > ### Match 'param1' to the 'areaid' variable ### > [/!][switch value=[param1]][!] > [/!][case value=][text]areaid=[lookup > db=data/db_content/coreNav.db&value=index&lookinfield=FAREA&returnfield=RID&no > tfound=dud1][/text][/case][!] > [/!][case value=[raw][param1][/raw]][text]areaid=[lookup > db=data/db_content/coreNav.db&value=index&lookinfield=FAREA&returnfield=RID&no > tfound=dud2][/text][/case][!] > [/!][default][text]areaid=[lookup > db=data/db_content/coreNav.db&value=[param1]&lookinfield=FAREA&returnfield=RID > ¬found=dud3][/text][/default][!] > [/!][/switch][!] > ------------------------------------ > ### Match 'param2' to the 'section' variable ### > [/!][switch value=[param2]][!] > [/!][case value=][text]section=index[/text][/case][!] > [/!][case value=[raw][param2][/raw]][text]section=index[/text][/case][!] > [/!][case value=html][text]section=index[/text][/case][!] > [/!][case value=tmpl][text]section=index[/text][/case][!] > [/!][default][text]section=[param2][/text][/default][!] > [/!][/switch][!] > ------------------------------------ > ### Call in the 'index.inc' includes file ### > [/!][include file=common/includes/index.inc&areaid=[areaid]§ion=[section]] > > > > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Alan White

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

WebCatalog 2.0 & WebDNA docs in HTML ... (1997) Authenticate (1997) Possible to reset Linux file permissions w/in webcat [shell] ? (2000) Online reference (1997) Robert Minor duplicate mail (1997) Problems passing [SKU] with $Replace in 2.0 (1997) Review comparison by PC Magazine: Open for On-line Business (1997) Cookies and WebCat?? (1999) Re:quit command on NT (1997) NOT Search (1998) Staring a store with WebDNA 4.5.1 and Website Payments Pro (2006) showcart problem, HELP! (1999) How can I Add several Items into the cart at once? (1997) practicing safe queries.. (2000) Web Logs (1998) WebMerchant Integration with Verifone's vPOS (1998) [WebDNA] Problem with excessive cart file creation (2011) Running 2 two WebCatalog.acgi's (1996) [WebDNA] Minor error correction (2008) Bug or syntax error on my part? (1997)