.htaccess problem in 2.0
-
Hi there!
I just upgrade to WordPress 2.0 but the new version don′t want to write de “.htaccess” file.
This is my .htaccess in 2.0:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule># END WordPress
After upgrade, i update the Permalinks (Opciones->Permalinks) just like says in the Codex (https://codex.www.ads-software.com/Upgrading_WordPress) but it dosen′t work.
I have a copy of my old “.htaccess” (1.5.2 version). But ?i don′t know what is the problem!
What can i do for fix it?
Can i just use the old .htaccess file?
How can i do a new one in the 2.0 version?Help me please.
Thanks.Ezequiel Apesteguia
https://www.pdsxxi.com.ar
- The topic ‘.htaccess problem in 2.0’ is closed to new replies.