[wp-hackers] Pages
Ryan Boren
ryan at boren.nu
Sat Oct 23 20:47:54 UTC 2004
On Sat, 2004-10-23 at 21:43 +0100, Podz wrote:
> Mark Jaquith wrote:
> > Your page seems to be available at:
> > http://www.tamba2.org.uk/T2/site/zebras/
> >
> > Perhaps the special re-write rule for the zebras page wasn't written.
> > The /site/page-name/ version is persistent and will work regardless of
> > rewrite rule update.
>
> Ah!! Many thanks !
> I'd seen /site/ in posts here but didn't take that as a literal.
> I'll keep watching here then as I try to write something up :)
Is your .htaccess writable by the web server? If not, the rule for the
new page cannot be created automatically. You'll have to add it by hand.
You should have a rule that looks something like:
RewriteRule ^zebras/?$ /T2/index.php?pagename=zebras [QSA,L]
Ryan
More information about the hackers
mailing list