Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: http 404 after successful installation

and my .htaccess file is :

# BEGIN WordPress

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>

# END WordPress

Skip to toolbar