Hello,
I just setup my blog using wordpress 2.7
My home page is not found with 404 error!
I checked it might be .htaccess problems, but no idea how to fix it! So, any one can kindly help me out please? I have been trying to solve this for a whole day
Here is my .htaccess file
Thanks much in advance!!
I just setup my blog using wordpress 2.7
My home page is not found with 404 error!
I checked it might be .htaccess problems, but no idea how to fix it! So, any one can kindly help me out please? I have been trying to solve this for a whole day
Here is my .htaccess file
PHP:
.htaccess
ASCII text
# BEGIN WordPress<IfModule mod_rewrite.c>RewriteEngine OnRewriteBase /wordpress/RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /wordpress/index.php [L]</IfModule># END WordPress
Thanks much in advance!!