From: Lang H. <la...@th...> - 2002-08-31 22:55:45
|
John, Thanks, that did the trick. I'm a little interested in the regex for the redirect to any page with a capital letter. [A-Z].*$ something? Another thing I don't know that well. Thanks for the tip. -Lang On Sat, 31 Aug 2002 18:32:36 +0100 John Kershaw <jo...@ke...> wrote: > >So now I'm stuck with an index.html which is just a redirect (via > ><meta http-equiv="refresh" > >content="0;url=http://www.foo.com/phpwiki"> ), which is clunky and I > >don't like it. If anyone could help me, I'd appreciate it. > > I use a .htaccess redirect to point root requests to /pages and > anything that begins with a capital letter > eg www.domain.com/PageName into www.domain.com/pages/PageName for > nice short URLs in email etc. > > John. > -- > ------------------------------------ > 0113 2289316 / 07944 755613 > jo...@ke... / www.kershaw.org > AOL johnkershaw / Y! john_m_kershaw > ------------------------------------ > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |