Page 309 of 506 FirstFirst ... 209259299307308309310311319359409 ... LastLast
Results 3,081 to 3,090 of 5054
  1. #3081
    Join Date
    Feb 2009
    Posts
    186
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    ok, i should have looked for five more minute...i knew i would find it as soon as i posted
    http://wiki.rubikintegration.com/zen...s/link_alias?s[]=category

    but is this the only place it is mentioned?

  2. #3082
    Join Date
    Feb 2009
    Posts
    43
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hello All,

    Its nice to see Simple Seo Url is working for all of you guys.

    I have followed the steps as intstructed on the site.
    The thing that is confusing me is this step -

    define('DIR_WS_CATALOG', '/subfolder/');

    define('DIR_WS_HTTPS_CATALOG', '/~username/subfolder/');

    What should be the "subfolder" and "~username/subfolder".

    My zencart is installed in "/"

    Additional Info -

    1) SSU exists in the Admin->Extra->Simple Seo Url Manager. When I click this it just takes me to mysite.

    2) I have have run the ssp.php script, her is the output.
    -----------------------------
    Warning Checking includes/configure.php
    Warning Suggested .htaccess content
    Success #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]

    #### EOF SSU
    Warning Checking cache write permission
    --------------------------------

    I do not have php knowledge.

    Can somebody help.
    Much appreciate your help.

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by AmandaGero View Post
    ok, i should have looked for five more minute...i knew i would find it as soon as i posted
    http://wiki.rubikintegration.com/zen...s/link_alias?s[]=category

    but is this the only place it is mentioned?
    What version are you using? If you are not using version 3.6.7 I would upgrade. After that cut on the Auto Alias and no more -c-151
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by noobuser View Post
    Hello All,

    Its nice to see Simple Seo Url is working for all of you guys.

    I have followed the steps as intstructed on the site.
    The thing that is confusing me is this step -

    define('DIR_WS_CATALOG', '/subfolder/');

    define('DIR_WS_HTTPS_CATALOG', '/~username/subfolder/');

    What should be the "subfolder" and "~username/subfolder".

    My zencart is installed in "/"

    Additional Info -

    1) SSU exists in the Admin->Extra->Simple Seo Url Manager. When I click this it just takes me to mysite.


    2) I have have run the ssp.php script, her is the output.
    -----------------------------
    Warning Checking includes/configure.php
    Warning Suggested .htaccess content
    Success #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]

    #### EOF SSU
    Warning Checking cache write permission
    --------------------------------

    I do not have php knowledge.

    Can somebody help.
    Much appreciate your help.
    If your zen cart is in the root on your sever and not in another folder like http://www.blablabla/shop.com just make sure your config.php looks like this and you don't have nothing to worry about.
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    If it is in a sub folder then you need to put what sub folder it is in like this
    define('DIR_WS_CATALOG', '/subfolder/');
    define('DIR_WS_HTTPS_CATALOG', '/~username/subfolder/');
    Did you download the module manger and install it before you installed simple seo ? If not download it from here and install it.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  5. #3085
    Join Date
    Feb 2009
    Posts
    43
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    If your zen cart is in the root on your sever and not in another folder like http://www.blablabla/shop.com just make sure your config.php looks like this and you don't have nothing to worry about.


    If it is in a sub folder then you need to put what sub folder it is in like this


    Did you download the module manger and install it before you installed simple seo ? If not download it from here and install it.
    Hi,
    Thanks for your help. I have now installed the module manager from the website. I can now see "Module Manager" under "Tools" unlike before.

    When I click on the module manager, I get this error -

    Warning: file(/home/content/s/i/t/siteorganizer/html/admin/includes/module_installation/install.sql) [function.file]: failed to open stream: No such file or directory in /admin/includes/classes/module_installer.php on line 201

    It didnot create .keep file either. So I created a blank .keep file under /admin/includes/module_installation directory too.

  6. #3086
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Ehm please I have a problem that I have created I think
    I have previously installed Ultimate seo url, then I removed and installed correctly Simple seo url.

    Then I had seen that on admin>configuration remained the old text
    ultimate seo url and I've searched to remove this, so I found
    this post
    http://www.zen-cart.com/forum/showth...l+ultimate+seo

    but I didn't see that uninstalled all with word seo in configuration, so also Simple seo url.


    I pray you, all the rest of ssu goes, I don't have anymore the text simple seo url in admin>configuration

    Please...

  7. #3087
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Please Raine, that after this I've had to install another of your mod.
    Please, I wouldn't uninstall all ssu to reinstall again after.
    Please if you say to me any sq to run to see again the text ssu on admin>configuration
    Please

  8. #3088
    Join Date
    Mar 2009
    Location
    Japan
    Posts
    5
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi I got the same problem as QuickInks.

    I need to protect a folder located in my admin folder with .htaccess and .htpasswd

    The following lines cause the problem too:
    Code:
    RewriteCond %{SCRIPT_FILENAME} -f [OR]
    RewriteCond %{SCRIPT_FILENAME} -d
    RewriteRule .* - [L]
    If I comment them everything works fine.

    I tried to add RewriteEngine Off to the .htaccess located in the folder that I want to protect but it doesn't change anything, I still have a 404 error.

    Any idea?

    Zen cart version: 1.3.8
    SSU version: ssu_beta_3.6.6(php5)

  9. #3089
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    hey folks, i just loaded all the files from 3.6, when i went to the admin ssu manager, it gave me error telling me to contact the webmaster(me). did i do something wrong with the htaccess file.. i copy and pasted the content into an existing file because of a existing redirect..

    any ideas

  10. #3090
    Join Date
    Apr 2009
    Location
    Oxford UK
    Posts
    192
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Please help me . I have uploaded simple seo to my site but i keep getting blank pages on every page with SSU on or off. I have installed it and thats as far as i got as there is no instructions and all the sites are down .

    I have tried simple-seo-url.com
    rubikintegration.com

    and they show up address not found.

    Pleas help as i have destroyed my site and dont know what to do

 

 

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