Ash Scott
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Permalinks are brokenexactly…. the website was transferred from localhost to a live internet server, and the issue is with the internet server, therefore, not a localhost issue.
Forum: Localhost Installs
In reply to: Permalinks are brokeni 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%’.
Forum: Localhost Installs
In reply to: Permalinks are brokenWhat 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]
Forum: Localhost Installs
In reply to: Permalinks are brokenFollowing what i could of that moving_wordpress article, it still isn’t working 🙁
Forum: Localhost Installs
In reply to: Permalinks are brokenthis 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