Hi Mike,
Thanks I will give it a go.
On the suggestion of external code, I was going to use the below
#!/usr/bin/perl -w
while () {
s/([a-zA-Z0-9]+)/\u\L$1/g;
s/[^a-zA-Z0-9\n]//g;
print;
}
but I like the idea of doing it all in the apache config over using the above.
Many thanks a
/doc/FQDN (regardless of case presented)
and capitaliseing every dot separated word returning
/doc/FullyQualifiedDomainName removing any characters other than [A-Z][a-z][0-9]
Many thanks
Phil
On 07/01/2008, Phil Wild <[EMAIL PROTECTED]> wrote:
> Hi Mike,
>
> This worked a treat
Hi Mike,
This worked a treat
many thanks for your help and knowledge...
Phil
On 05/01/2008, Mike Cardwell <[EMAIL PROTECTED]> wrote:
> Phil Wild wrote:
>
> > Hello apache experts:-)
> >
> > I am trying to rewrite a url which conatins a hostname, converting
Hello apache experts:-)
I am trying to rewrite a url which conatins a hostname, converting the
hostname to a wikiword.
What I have so far is:
RewriteRule ^/doc/([a-z,A-Z]*.*)\.([a-z,A-Z]*.*)$ /doc/$1$2 [N]
RewriteRule ^/doc/([A-Z]*.*)$ /twiki/bin/view/Main/$1 [PT]
which takes a URL that looks l
Thankyou thankyou thankyou
Putting the rules in the right location made all the difference. I learnt
more from your response than I did digging through all the hwoto's I could
find!
Many thanks
Phil
On 26/12/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> On 12/23/07,
in the logs so I am at a loss as to where the issue is...
Phil
On 25/12/2007, Thomas Hart <[EMAIL PROTECTED]> wrote:
>
> Phil Wild wrote:
> > Hi All,
> >
> > I am having trouble with my first attempts at using rewrite rules
> > under apache. I am not sure wh
Hi All,
I am having trouble with my first attempts at using rewrite rules under
apache. I am not sure where I am going wrong and have spent the morning
googling to try and figure this out.
I want to rewrite http://www.site.org/doc/bin/view/TWiki/WebHome so it looks
like http://www.site.org/doc/We
<[EMAIL PROTECTED]> wrote:
>
>
>
> On Dec 10, 2007 8:57 AM, Phil Wild <[EMAIL PROTECTED]> wrote:
>
> >
> >
> > I am trying to setup a reverse proxy. I have followed a few of the
> > guides and it has worked a charm but now I am trying to dom
Hi apache users,
I am trying to setup a reverse proxy. I have followed a few of the guides
and it has worked a charm but now I am trying to dom something a little
different.
I have an apache2 website with all the right modules loaded for reverse
proxying called running on makebelieve site receive
Hello apache users,
I am trying to find out if it is possible to do something with apache.
I want to set up an internet facing web site and use the reverse proxy
module to allow authenticated access to an internal web site.
the tricky bit is that depending on the credentials provided by the
auth
10 matches
Mail list logo