404 error on Wodpress Pages using stackscript

Hello All,

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

Not a big WP person, so just a guess, check your htaccess file is correct, it doesn't seem to be redirecting your long url names correctly

Have checked that..its fine..

> # BEGIN WordPress

RewriteEngine On

RewriteBase /

RewriteRule ^index.php$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

END WordPress

Check your AllowOverride setting in the Apache config.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct