[wp-testers] Beta 2 and permalink structure

Doug Stewart zamoose at gmail.com
Sat Nov 26 13:47:56 GMT 2005


Luc:
WordPress now handles most (if not all) of the rewrite stuff natively,
meaning that, if the webserver doesn't find a requested file, it
redirects to index.php, which then handles interpreting the permalinks
in the php code itself instead of using Apache redirects/rewrites.

Does that make sense?  Does it line up with the behavior you're seeing?

-Doug

On 11/26/05, Luc Saint-Elie <lstelie at gmail.com> wrote:
> Hello Mike
>
> My WP install exists for several years and I have a rather rich structure,
> with pages and son on
>
> If I rebuilt the permaink structure i get as a result
>
>
> # BEGIN WordPress
> <IfModule mod_rewrite.c>
> RewriteEngine On
> RewriteBase /betablog/
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteRule . /betablog/index.php
> </IfModule>
>
> # END WordPress
>
> More if I remplace the newly emptied htaccess by my backup one (139 lines)
> site works, I go to admin click ion options then on the permalink tab, DON'T
> TOUCH ANYTHING then click on.. let's say Miscellanous to go away from the
> permalink management :
> result : my htaccess file content is
>
> # BEGIN WordPress
> <IfModule mod_rewrite.c>
> RewriteEngine On
> RewriteBase /betablog/
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteRule . /betablog/index.php
> </IfModule>
>
> # END WordPress
>
> Strange no ?
>
> The simple fact to open the permalonk tab destroy my htaccess
>
> Luc
> 2005/11/26, Mike < mck9235 at gmail.com>:
> > Are you saying that each time you open up the permalink structure manager
> your .htaccess file resets, or it only did this once?
> >
> > -Mike
> >
> >
> >
> > On 11/25/05, Luc Saint-Elie < lstelie at gmail.com> wrote:
> > >
> > > Hello,
> > >
> > > I updated today my weblog (audioblog.fr) from 1.52 to 2.0 Beta 2..
> > > and everything when fine except the permalink management.
> > >
> > > When I open the permalink tab in admin my htaccess file is reset and
> > > is not written when I click the button (I use FireFox 1.5 on a Mac)
> > >
> > > Hopefuly I'm a backup fan and I uploaded the old htaccess so this
> > > work but this is strange.
> > >
> > > Is there any change ?
> > >
> > > Thanks in adva,ce
> > >
> > >
> > >
> >
>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>
>
>


More information about the wp-testers mailing list