Permalinks won’t work
-
Greetings!
Here are my settings:
WordPress 1.5.1.1
Apache 2.0
Suse 9 Enterprise Server
PHP 4.3.4I have a valid .htaccess file. I’ve made sure that mod_rewrite is loaded.
In my httpd.conf file, I have this:
———————————
# forbid access to the entire filesystem by default
<Directory />
Options None
AllowOverride None
Order deny,allow
Deny from all
</Directory><Directory /wordpress/>
AllowOverride All
</Directory># use .htaccess files for overriding,
AccessFileName .htaccess
# and never show them
<Files ~ “^\.ht”>
Order allow,deny
Deny from all
</Files>————
But when I try the default permalink example, the page is not found. If I add /index.php/ to the front of the permalink it works, but I don’t really want that.
Any ideas? Does my httpd.conf look right?
Thanks!
The topic ‘Permalinks won’t work’ is closed to new replies.