Page 241 of 506 FirstFirst ... 141191231239240241242243251291341 ... LastLast
Results 2,401 to 2,410 of 5054
  1. #2401
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    one product does not have a single url, it has many url (with different variables inside).If you have 1000 products and around 50 categories you can have maybe 5000 or more urls just for products and categories.

    It's recommended to clean up cache folder once in a while, maybe 2-3 months.
    OK, thanks for explaining that a little further.

    Do you know if it's possible to automate the cache reset, perhaps through a Cron job?

  2. #2402
    Join Date
    Feb 2009
    Posts
    27
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Are there any know issues with stock Centos 5, apache 2.2.3 installs
    with easypopulate installed?

    I am very new to zencart but as far as I can tell everything is setup as per the install guide.

    once SSU is installed apache give a page not found error on any rewriten urls.

    I imagine the problem is with the .htaccess file?

  3. #2403
    Join Date
    Feb 2009
    Posts
    27
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by peteboy View Post
    are there any know issues with stock centos 5, apache 2.2.3 installs
    with easypopulate installed?

    I am very new to zencart but as far as i can tell everything is setup as per the install guide.

    Once ssu is installed apache give a page not found error on any rewriten urls.

    I imagine the problem is with the .htaccess file?
    are there any dev docs?

  4. #2404
    Join Date
    Feb 2009
    Posts
    27
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by peteboy View Post
    are there any dev docs?
    I have the most recent versions of all zencart modules(unless something new has been released in last 24 hours)

    i know nothing about php or apache, but I assume the lines:

    RewriteCond %{SCRIPT_FILENAME} -f [OR]
    RewriteCond %{SCRIPT_FILENAME} -d
    RewriteRule .* - [L]

    RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]

    do something to the url to change it, how does the regexp work?

    what is the SCRIPT_FILENAME variable?

    does the [E=VAR1:$1,QSA,L] dodify the GET query to the http server, if so how?

    I wonder if there is a problem with redirect??

    Does the rewrite redirect the browser to the new url????

    Basically my system works as normal till the standard SSU .htaccess file is enabled, then it all goes wrong.

    probably my server config but may be the .htaccess config?

    what modules MUST apache have to allow SSU to work?

    Any clues would be gratefully recieved, please tell me I'm not making a stupid newbie mistake.

  5. #2405
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    peteboy:

    Is your zen cart in the root directory?
    Did you set the:

    RewriteBase /
    Live and learn... the Zen way.

  6. #2406
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by fergusmacdonald View Post
    OK, thanks for explaining that a little further.

    Do you know if it's possible to automate the cache reset, perhaps through a Cron job?
    Yes, absolutely. I will include a cron in the next release.
    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

  7. #2407
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    3.6.3 is available download.

    1. Cron added in cron/ssu.php (you can change the folder name as you wish)

    Also, you can specify which cache folder to clean up, by default it will clean up everything. If you dont want it to do so, if you want to clean up only aliases for example:
    cron/ssu.php?folder=aliases

    I will assume that you have to google for cron usage if you dont know it yet.

    2. The unique key pair in table links aliases is changed, this allows SSU to update the new aliases correctly when it needs to.

    3. There was a bug that prevents you to set the permanent_link status, this is now fixed.
    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

  8. #2408
    Join Date
    Feb 2009
    Posts
    27
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by mydanilo View Post
    peteboy:

    Is your zen cart in the root directory?
    Did you set the:

    RewriteBase /
    No I did not set my rewrite base as I assumed it was correct.

    I have my zencart setup in a subdir so the the url is

    http://myipaddress.net/zencart/

    The default SSU .htaccess has the RewriteBase set as /zencart/ so I left it as is.

    I hope its not a case of SSU only working if the zencart is setup as the root of the url??

    I will try setting up a virtual domain to test.

  9. #2409
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by peteboy View Post
    No I did not set my rewrite base as I assumed it was correct.

    I have my zencart setup in a subdir so the the url is

    http://myipaddress.net/zencart/

    The default SSU .htaccess has the RewriteBase set as /zencart/ so I left it as is.

    I hope its not a case of SSU only working if the zencart is setup as the root of the url??

    I will try setting up a virtual domain to test.
    No that is not the case.
    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

  10. #2410
    Join Date
    Feb 2009
    Posts
    27
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    No that is not the case.
    Sorry, not sure if you mean:

    1) its not the case that zencart must be in root dir of url,
    or
    2)not the case that the default RewriteBase is correct??


    I am fairly sure there is a problem with the .htaccess file as I did a test with very simple rule in .htaccess to redir * to ssu_check.php and then everything typed in url goes to ssu_check.php


    So the way I see it as a total newbie, is that the default SSU .htaccess rules are incorrect (I know nothing about apache so could easily be wrong).

    When ssu is enabled all the links on the main page are rewritten but mod_rewrite cannot find them as the rewrite rules don't say how to change the urls to the correct zencart "html GET" format?????

    Has anyone got a working .htaccess file they can post, or point me to a quick reference on writing mod_rewrite scripts????

    Also may there be problems due to the name and ID delimiters used???

    I have not been able to find answers from searching the forums.

    Sorry to ask all these (possibly stupid) questions, as I say I'm a newbie, I hope when I have the answers my questions will be able to help others.

    Regards to all.

 

 

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