Page 320 of 506 FirstFirst ... 220270310318319320321322330370420 ... LastLast
Results 3,191 to 3,200 of 5054
  1. #3191
    Join Date
    Jul 2005
    Posts
    84
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Got it SSU_Check is a life saver.

  2. #3192
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by batteryman View Post
    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 View Post
    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.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #3193
    Join Date
    Jul 2005
    Posts
    84
    Plugin Contributions
    0

    Default 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...

  4. #3194
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    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...
    User of zencart

  5. #3195
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default 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
    User of zencart

  6. #3196
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default 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
    User of zencart

  7. #3197
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    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?

    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

  8. #3198
    Join Date
    Jul 2005
    Posts
    84
    Plugin Contributions
    0

    Default 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

  9. #3199
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by batteryman View Post
    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.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #3200
    Join Date
    May 2008
    Posts
    261
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Jerry5763837 View Post
    Hi, Yellow,

    Maybe we can delete "C-1_2" by editing alias link through Admin,
    but have to adit one by one, so it is unworkable if have thoudsands of products.

    Meanwhile, do ou think it is better to omit the 2nd level category "BBBB-c-1_2/" in all product url
    such as:
    change www.example.com/BBBB-c-1_2/productname
    to
    www.example.com/productname
    or
    www.example.com/BBBB/productname
    how to solve this problem?
    many thanks.
    hi, yellow,

    Are you there?

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR