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 <
[EMAIL PROTECTED]>:
Are you saying that each time you open up the permalink structure manager your .htaccess file resets, or it only did this once?
-MikeOn 11/25/05, Luc Saint-Elie < [EMAIL PROTECTED]> 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 [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
