Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Ash Scott

    (@ash-scott)

    exactly…. the website was transferred from localhost to a live internet server, and the issue is with the internet server, therefore, not a localhost issue.

    Thread Starter Ash Scott

    (@ash-scott)

    i dont know who moved this, as it’s not a localhost install. It’s a transfer from a localhost server, to a virtual server on the internet – therefore, the issue isn’t on localhost.

    I have set mod_rewrite to on, enabled override, deleted and regenerated a .htaccess file. The only way it will work is if I set permalinks to ‘index.php/%postname%’.

    Thread Starter Ash Scott

    (@ash-scott)

    What do you mean by hosting account?. It has been installed natively on a virtual machine, so I don’t have a hosting account :/

    {Moved to Localhost Installs]

    Thread Starter Ash Scott

    (@ash-scott)

    Following what i could of that moving_wordpress article, it still isn’t working 🙁

    Thread Starter Ash Scott

    (@ash-scott)

    this is what is in my .htaccess file:

    # 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
Viewing 5 replies - 1 through 5 (of 5 total)