Re: [EMAIL PROTECTED] mode_rewrite hostnames and wikiwords

2008-01-07 Thread Phil Wild
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

Re: [EMAIL PROTECTED] mode_rewrite hostnames and wikiwords

2008-01-06 Thread Phil Wild
/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

Re: [EMAIL PROTECTED] mode_rewrite hostnames and wikiwords

2008-01-06 Thread Phil Wild
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

[EMAIL PROTECTED] mode_rewrite hostnames and wikiwords

2008-01-04 Thread Phil Wild
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

Re: [EMAIL PROTECTED] Frustrated with rewrite rule, please help...

2007-12-26 Thread Phil Wild
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,

Re: [EMAIL PROTECTED] Frustrated with rewrite rule, please help...

2007-12-24 Thread Phil Wild
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

[EMAIL PROTECTED] Frustrated with rewrite rule, please help...

2007-12-23 Thread Phil Wild
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

Re: [EMAIL PROTECTED] Please help - confused about reverse proxy

2007-12-10 Thread Phil Wild
<[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

[EMAIL PROTECTED] Please help - confused about reverse proxy

2007-12-09 Thread Phil Wild
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

[EMAIL PROTECTED] reverse proxy based on authentication

2007-11-20 Thread Phil Wild
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