[wp-hackers] RE: .htaccess cleanup

Jonathan Dingman jdingman at gmail.com
Mon May 23 00:30:38 GMT 2005


That would be a bug in WP I believe. I think that it's there so that you can 
have the same slug name if you're using a parent page or something of the 
sort. It should be dealt with though in the next release so that you can't 
create duplicate slug names. It should probably run a check to make sure it 
doesn't already exist (whether under a parent or not) and then create it.

Glad the .htaccess works for you :)

> 
> 
> > > 1. # WordPress Stuff
> > > 2. RewriteCond %{REQUEST_FILENAME} !-f
> > > 3. RewriteCond %{REQUEST_FILENAME} !-d
> > > 4. RewriteRule ^(.+)$ /index.php/$1
> 
> That one worked fine indeed, thanks a lot.
> 
> I did bump into a bug, though, but I suspect this comes from the wp source
> code rather than the htaccess: WP then allows two pages to have the same
> slug. Or might this be a feature?
> 
> D.
> 
> 
> 
> 
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://comox.textdrive.com/pipermail/wp-hackers/attachments/20050523/976d15e5/attachment.html


More information about the wp-hackers mailing list