Permalinks not working
-
I am getting a blog ready for transfer from blogspot. I installed the database and the wordpress, and I currently have the default theme cuz it is brand new. https://www.seabrookwa.com/blog
I went to the permalinks option and did custom: /%year%/%monthnum%/%postname%.html to resemble the blogspot links when i import them but it is not working. When I click on my hello world link it says the link is broken. If I leave the index.php between my domain and the year/month/postname it works.
My .htaccess file has the following:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressIm running a windows machine with the host being intermedia. I have set the 766 permission to the .htaccess.
Anyone care to help me? Im going crazy here…
- The topic ‘Permalinks not working’ is closed to new replies.