• My website is at http://www.node24x7.com. My problem is with permalinks. When I set the permalink to default i.e http://www.node24x7.com/?p=123 it works flawlessly. However, the moment I set it to postname i.e http://www.node24x7.com/sample-post/, I get 404 errors. Presently it is set to postname.
    My .htaccess looks like this

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    I also have mod_rewrite module loaded.
    Additionally, when I copied the default URL to the Hosting page i.e. http://www.node24x7.com/?page_id=5 it even successfully gets re-written to http://www.node24x7.com/hosting-plans/

    Additional information. I am unable to directly download updates to WP, as I get the ftp details page. I am guessing this is also linked to this problem.
    Kindly help troubleshoot my case.

  • The topic ‘Permalinks’ is closed to new replies.