I have been trying to get mod_rewrite to work on my CentOS server running the BQ.
Now what i need is to be allowed to use .htaccess files to use mod rewrite to allow me to use SEO urls.
Anyone know what needs to be done on CentOs, to be able to do it?
I have done the only instruction on Centos about it:
Quote:
# vi /etc/httpd/conf/httpd.conf
FIND SECTION BEGINNING
<Directory "/var/www/html">
Options Indexes FollowSymLinks
AND CHANGE
AllowOverride None
TO
AllowOverride All
Order allow,deny
Allow from all
</Directory>
SAVE FILE AND THEN
# service httpd restart
Although i still get the "500 Internal Server Error" message.



































