Got it SSU_Check is a life saver.
Got it SSU_Check is a life saver.
It doesn't have anything to do with php5. My site has php5 and I have use simple seo on my site for a long time, but batteryman is right. Once you are on the site and look at a category, go to another category, and go back to the first category you were looking at, it is without formatting. Don't make much since but it happens.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Alright guys, I thought I had it working but I don't.
I ran SSU Check.
Copied that into my .HTACCESS
Now The SSL Pages work, but the non-ssl pages don't work.
http://www.jreperformanceparts.com/c.../shopping_cart
https://commerce9.pair.com/jannetty/...927caa52f74119
SSL Page...
What I find weird is that I have v3.6.6b running on the same exact server with all the same exact php, mysql and apache settings for both websites but on website has the problem and other does not.
http://www.photographicbattery.com is working just fine
User of zencart
Here is what is in my working ssu install on my other website
#RewriteEngine on
#RewriteCond %{HTTP_HOST} ^mywebsite.com$
#RewriteRule ^/?$ http://www.mywebsite.com [R=301,L]
#### 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
mywebsite.com is your website url..
I am not very inclined with .htaccess files, so i dont know if the first 3 lines are even a factor in why it is working... Perhaps someone can explain it to me
User of zencart
I know what the problem is I just dont know how to fix it.. If youi will notice below when I click on a category the link is included in the request for the template files, hence the error because it doesnt exist at the particular location. Hence the no formatting.
I was able to review the errors using firefox with the firebug extension.
How do you fix that?
The stylesheet http://www.mysite.com/digital-camera/includes/templates/mytemplate/css/stylesheet.css was not loaded because its MIME type, "text/html", is not "text/css".
[Break on this error] undefined
User of zencart
I fixed my problem by just purchasing an SSL Certificate directly for our site. Worked out perfect.
Thanks,
Nick
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Bookmarks