new installation and couple of issues
Hello,
centos 5.5
php 5.1.6
vanilla wordpress 3.1
ClassiPress 3.0.5.3
Permalinks are set to '/%postname%/'
mod_rewrite seems to be installed:
Code:
[root@mysite]# more /etc/httpd/conf/httpd.conf | grep rewrite
LoadModule rewrite_module modules/mod_rewrite.so
After installation a "post an ad" button points to
http://mysite.com/add-new which leads to "Not Found".
does it point to the right directory? I don't see that directory in my server. Maybe there is some other .php it should point to?
The same thing is with sample page, blog, sample-page, etc. They all point to non existing directories in the root of /var/www/html on the server.
What am I missing here?