| Posted: 09 January 2012 at 12:16am | IP Logged
|
|
|
below is my htaccess.txt file
# Helicon Ape version 3.0.0.76
Options +FollowSymLinks Options +Indexes RewriteEngine On
RewriteRule ^(.*)/$ /index.php?qstr=$1 RewriteRule ^(.*).htm$ /index.php?qstr=$1 RewriteRule ^rss/ /rss.php?$1 [QSA]
I just installed new classified program and when i try to access any features i get 404 errors....it looks like the program pulls sub dir from database, mysql....i also get errors when trying to add anything new from admin panel...im thinking it is the way i have my htaccess file set up....
any ideas?? thanks in advance...Jim
|