Page 270 of 506 FirstFirst ... 170220260268269270271272280320370 ... LastLast
Results 2,691 to 2,700 of 5054
  1. #2691
    Join Date
    Sep 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    I assume you put the additional code into these 2 files, this information was outdated. Please remove any additional ssu code you put in those 2 files

    Regards
    Thanks for the very quick reply and you were absolutely right. After removing the code it works flawless again.
    Thanks!

  2. #2692
    Join Date
    Oct 2005
    Location
    Colorado
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I'm setting up a new 1.3.8a based cart, and decided to use SSU instead of the old Ultimate SEOS my 1.3.6 cart used. Everything seems great, except file extensions don't seem to work for me. I'm sure someone else has probably had a similar issue, I've been searching the thread but I haven't been able to find much.

    Just wondering if anyone could point me in a helpful sort of direction.

    Thanks

    A

  3. #2693
    Join Date
    Jan 2009
    Posts
    16
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I am getting the following error when I go into admin to enable SSU after a fresh install of version 3.6.6 on zencart1.3.8...

    Warning: require_once(includes/classes/module_installer.php) [function.require-once]: failed to open stream: No such file or directory in /home/kennebe1/public_html/admin/ssu.php on line 11

    Fatal error: require_once() [function.require]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/kennebe1/public_html/admin/ssu.php on line 11

    Any help?!?!
    Thanks

  4. #2694
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Dellonious View Post
    I am getting the following error when I go into admin to enable SSU after a fresh install of version 3.6.6 on zencart1.3.8...

    Warning: require_once(includes/classes/module_installer.php) [function.require-once]: failed to open stream: No such file or directory in /home/kennebe1/public_html/admin/ssu.php on line 11

    Fatal error: require_once() [function.require]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/kennebe1/public_html/admin/ssu.php on line 11

    Any help?!?!
    Thanks
    You are missing the first part in the installation note.
    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

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by AdamB View Post
    I'm setting up a new 1.3.8a based cart, and decided to use SSU instead of the old Ultimate SEOS my 1.3.6 cart used. Everything seems great, except file extensions don't seem to work for me. I'm sure someone else has probably had a similar issue, I've been searching the thread but I haven't been able to find much.

    Just wondering if anyone could point me in a helpful sort of direction.

    Thanks

    A
    extension works a bit different in SSU, but if you want to make sure all links from your current site using ultimate seo url can be redirected correctly there is a way. I will post a solution today.
    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

  6. #2696
    Join Date
    Oct 2005
    Location
    Colorado
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Sounds Good

  7. #2697
    Join Date
    Jan 2008
    Posts
    67
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I have run into a little trouble, I get

    Warning: require_once(includes/classes/module_installer.php) [function.require-once]: failed to open stream: No such file or directory in /home/ccrsport/public_html/admin/ssu.php on line 10

    Fatal error: require_once() [function.require]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ccrsport/public_html/admin/ssu.php on line 10
    when trying to open Simple SEO manager.

    I thought I installed everything properly and configured it but probably not. My hiccup may be with the the configure.php file. For DIR_WS_CATALOG I originally had '/' but I changed it to 'RewriteBase /' and not sure if that is right.

  8. #2698
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by skylab001 View Post
    I have run into a little trouble, I get



    when trying to open Simple SEO manager.

    I thought I installed everything properly and configured it but probably not. My hiccup may be with the the configure.php file. For DIR_WS_CATALOG I originally had '/' but I changed it to 'RewriteBase /' and not sure if that is right.
    You need this installed:

    http://zencart-module-manager.google...r_rev16zip.zip
    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

  9. #2699
    Join Date
    Feb 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    OK, maybe we just need some hand holding, but we're beating our heads against the wall. Or maybe we can't see the forest for the trees <grin>. After going through the several pertinent thread (more than once), we decided SSU was the way for us to go.

    We're running 1.37 with several add-ons. But we've set up a test shop using WAMP for a localhost test for our CreekTree shop, installed Module Manager, installed Simple SEO, configured it, and it appears to work fine in both Firefox and IE7. We've run the Google sitemap, Google base, & Live Update add-ons against the localhost database and the XML all appear to have worked fine. So it appears that basically we're in good shape.

    But I keep coming back to earlier posts about redirects and the htaccess file, and I can't seem to get my arms around this, after several times thru more than this thread. Are redirects for old URLs an issue any more? If so, what do I need to do? If not, the next step would be backup the production online, and install there?



    Many thanks for your input!

  10. #2700
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    Hello Yellow
    On one of my site I am trying to apply the redirect from mydomain.com to www.mydomain.com using this code:
    PHP Code:
    RewriteEngine On
    RewriteCond 
    %{HTTP_HOST} !^www.domain.com$ [NC]
    RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301] 
    This is the current .htaccess I have from your download
    PHP Code:
    <PRE>#### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    # Make sure to change &quot;zencart&quot; to the subfolder you install ZC. If you use root folder, change to: RewriteBase / 
    RewriteBase /</PRE>
    <
    PRE># Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]</PRE>
    <
    PRE>RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond 
    %{SCRIPT_FILENAME} !-d
    RewriteRule 
    ^(.*) index.php?/$[E=VAR1:$1,QSA,L]
    #### EOF SSU</PRE> 
    How do I do that using your mod. If I do paste the code to redirect in the current htaccess I get a 500 error

 

 

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