Permalinks Not Working
-
I have read hours worth of .htaccess threads and still can’t seem to figure out the problem… So thanks in advance to anyone that has any input…
1. I uploaded WP to my netfirms.com hosting account
2. Install went great
3. I have changed the permalink options in the control panel
4. When I create a page and try to access it by http://www.domainname.com/page1, it keeps me on the home page
5. When I go straight to the page http://www.domainname.com/?page_id=8, it works fineMy .htaccess file looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /RockyRidgeHunting/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /RockyRidgeHunting/index.php [L]
</IfModule># END WordPress
Any comments or suggestions would be greatly appreciated!
-
Afraid you’re at the wrong site. If you’re accessing yourt htaccess file, then you’re running different software than we are. You need to be over at http://wordpress.org
Also please read me first.
Good luck,
-drmike
- The topic ‘Permalinks Not Working’ is closed to new replies.