Displaying 2 results from an estimated 2 matches for "betweek".
Did you mean:
between
2005 Nov 24
0
Request rewriting - regular expressions
...tching ANY url comfigured in the web server and rewriting it with
the correct http status code. The issue is that i need to redirest URL1
to 1st location and URL2 to second location and i'm trying to get my
match syntax correct. Can anyone advise on the reg expression that would
distinguish betweek URL1 and URL2
thanks!
match URL into $ with ^/$
if matched then
set SCRATCH:LOC = http://www.example.com/en/homepage.html
set Response = 302
set OUT:Location = %{SCRATCH:LOC}
set OUT:Content-Type = text/html
set Body = set Body = This page has move...
2006 Aug 31
1
Need architectural help avoiding render :component
I''m writing a CMS/portal system, and I''m having trouble coming up with
a way of routing requests that feels right without using render
:component (which I''ve read should never be used). The system works
like this:
Each user has a set of "pages" which are shown as navigation tabs on
the page. The user may rename, reorder, add, or delete pages for a
custom