3.6.2 is released, this is a minor bug fix version, just some spelling correction, and a small fix to make link alias manager to work in Internet Explorer
3.6.2 is released, this is a minor bug fix version, just some spelling correction, and a small fix to make link alias manager to work in Internet Explorer
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Problems once again? what am I doing wrong....I have downloaded the latest version, followed the instructions and uploaded it to my website, then went to go to admin but just got the message INTERNAL SERVER ERROR, could not get to the site either. I have now uninstalled SEO and can see my site once again and get into admin. Is anybody able to help, what am I doing wrong. How do you install the PATCH there does not seem to be any instructions for that part.
This page: http://www.hangerbase.com/ ?
Not on, it still uses old style
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
hi, yellow,
no, ecactly this site.
please check agian. thanks.![]()
hi,yellow,
where is the code?![]()
Your .htaccess file
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Hello,
I am having a problem with my htaccess file. I got everything installed and once I turn the mod on I get an internal server error. If I use this htaccess which is what it contained before plus your info I get internal server error on ever page even my admin. If i set htaccess to blank and just add your info I can get to my main page and admin but all links return and error.. any suggestions?
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName bombshelllingerie.com
AuthUserFile /home/bombshel/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/bombshel/public_html/_vti_pvt/service.grp
#### BOF SSU
Options +FollowSymLinks
RewriteEngine On
# Change "/zencart/ to the correct setting
# if your site is located at root folder, then you should have RewriteBase /
# Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU