404 error on Wodpress Pages using stackscript
I have created a wordpress blog using stackscript by linode.Post that,I have migrated all the contents from old host ot linode and pointed the domain name to linode Ip.
Domain Name:tellytubehd.com
Homepage and other links are working fine.Posts ,pages are broken and giving 404 error.
I have updated permalinks also.
Please help me on the issue
3 Replies
> # BEGIN WordPress
RewriteEngine On RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
END WordPress
AllowOverride