Re: Simple SEO URL [support thread]
Got it SSU_Check is a life saver.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
batteryman
I am having a problem I can not readily fix or identify. Your help is greatly appreciated.
I installed the v3.6.6B on my website biaf.com. After I configure its every step to the letter and enable it in the admin with aliases, I can go to the home page and a second click on a category but after that either the next category or product page takes for ever to load. When it does finally load it is without formatting like it lost all of its css.
I have reinstalled it twice and even tried install the v3.6.7B but to no luck. Funny thing, after i installed the new version and went to module manager, it didn't update to the new sql and version number.
I currently have the same version running on my other website just fine on the same server. I know I have all the capabilities to run it just fine.
Side note, this is my 4th time installing without mishaps on other sites. I am familiar with the module.
What should I check?
Quote:
Originally Posted by
mydanilo
I think you need php5 for this release. Read the authors requirements one more time.
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.
Re: Simple SEO URL [support thread]
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...
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
countrycharm
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.
Do you have alias enabled or are using the default ssu links?
Wonder if the alias are causing the problem...
Re: Simple SEO URL [support thread]
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
Re: Simple SEO URL [support thread]
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
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
countrycharm
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.
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?
Quote:
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
Re: Simple SEO URL [support thread]
I fixed my problem by just purchasing an SSL Certificate directly for our site. Worked out perfect.
Thanks,
Nick
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
batteryman
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?
I have not had time to look at it to much, but I will. I have firebug to but I'm not able to find the error on my end.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
Jerry5763837
hi, yellow,
Are you there?