Fresh install - but all links are broken?
Hi, have just done a fresh install of Jobroller 1.3.1 (Professional Edition) on Wordpress 3.1. While the home page works fine, all the links are broken:
/myjobs/
/sample-page/
/submit/
Just go to 404's.
I Followed the installation notes carefully, and updated some Job categories successfully, as well as edited the "default" CEO.com. So Wordpress & MySQL setup is OK. I changed permalinks to be:
Custom: /%postname%/
The .htaccess is:
# 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
Verified that rewrite_module is loaded in apache2 by using "apache2ctl -t -D DUMP_MODULES"
Tried also Chrome and Firefox, same effect. Cleared cache etc (as per some other postings) and it's no change. Tried re-saving permalinks too - no change.
Any assistance appreciated - this is really disconcerting. Site is at
Job Site if anyone's interested.