| Posted: 30 March 2011 at 11:13pm | IP Logged
|
|
|
Hello group....i installed this on my dev sight and it works perfect, i installed on active sight and it works great except when you click on mail link...then it goes to 500 error but like i said it works great on dev sight...any ideas? thanks
here is my config file that works fine on dev site:
# Helicon Ape version 3.0.0.62
RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) index.php?do=/$1
# Image Access Protection RewriteRule ^file/pic/photo/(.*)\.(.*)$ static/image.php?file=$1&ext=$2
|