The htaccess content you posted is still not exactly what we have in the current version, while it may work it may cause us problem if you run into some error later and we dont know what causes it.
Regards
The htaccess content you posted is still not exactly what we have in the current version, while it may work it may cause us problem if you run into some error later and we dont know what causes it.
Regards
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
This is out of ver 234
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to:
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
If it's not right... please tell me whats wrong with it.?
Also, how do I now mod it to include my 301 redirections ?
Mike, in your previous post you have:Which is why I said it's not exactly the same.Code:Options +FollowSymLinks RewriteEngine On # Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: 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]
As for this:
RewriteCond %{HTTP_HOST} ^nortsandones.com.au$ [OR]
RewriteCond %{HTTP_HOST} ^www.nortsandones.com.au$
RewriteRule ^/?$ http://www.nortsandones.com.au/index.php?main_page= [R=301,L]
Are you trying to redirect to www?
Regards
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
Put this right after rewrite engine on, see what happens
RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
Make sure that if you chose to use www, you have to set so in your includes/configure.php as well
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
Hey..
Just noticed the following on
printable-50-pack-p-621?zenid=7baf7dd8a6893e0a1cf560813c9aad4d
Note the zenid suffix at the end of the product number..???
All the products and categories had a suffix similar.
I cleared the cache in admin and that fixed it.. But I'm sure thats not supposed to get that way is it..?
Im sorry everyone not showing up a few days. We got a huge work load coming suddenly at my work place here and every night when I get home Im literally beaten up and unable to even turn on my PC. Give me till this weekend, I have a new version coming out soon which will fix all known bugs.
Regards
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