Page 127 of 506 FirstFirst ... 2777117125126127128129137177227 ... LastLast
Results 1,261 to 1,270 of 5054
  1. #1261
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by sweettraders View Post
    I'm almost done with the migration from the dreaded miva to zencart shopping cart. I need to 301 redirect from the miva seo url http://www.mydomain.com/page/XY/CTGY/MyCategory to SSU http://www.mydomain.com/MyNewCategory. I tried
    Code:
    .
    .
    .
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]
    #### EOF SSU
    RewriteRule ^/page/XY/CTGY/MyCategory/$ /MyNewCategory [R=301,L]
    and many other versions of the RewriteRule with my limited knowledge of regex, without success.

    Since the original and new url do not pattern match well, I may need to create an rule for every category and product.

    What am I missing in my rule or regex? Thanks.
    Try to puts your rewriterule right below the rewrite base and see if it works
    RewriteRule ^page/XY/CTGY/(.*)$ CTGY/$1 [R=301,NC,L]
    (Assuming CTGY is your zencart folder?)
    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

  2. #1262
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Here is the he.php that should work for your version. However, I tested it on your site and it doesnt seem to replace the hebrew letters by english letters. You will have to ask xordox to look at your site and see if some letter is missing from the translit table.
    Im not familiar with hebrew, so I really dont know which letter is which.
    today I'll fly to Tel-Aviv. can help with hebrew in next 2 days.
    btw Yellow, do you remember for 2.9.6. ru.php (and also he.php) have another structure of file that for 3.x.x?

  3. #1263

    Default Re: Simple SEO URL [support thread]

    Thanks Yellow for the response. I did as you said, but my url keeps going to the "default" index page as if it is not touching .htaccess rewrite rule.

    Worse now, since last night I've been getting a 500 internal server error on the admin/index.php. I reverted back to the original .htaccess, but the error persists. I cleared the browser cache, cache and sessions stored in the database, verify file and directory permission...still not working.

    The server error logs inaccessible, since I'm on a share at godaddy,.

    Any more help?

    Thanks

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by sweettraders View Post
    Thanks Yellow for the response. I did as you said, but my url keeps going to the "default" index page as if it is not touching .htaccess rewrite rule.

    Worse now, since last night I've been getting a 500 internal server error on the admin/index.php. I reverted back to the original .htaccess, but the error persists. I cleared the browser cache, cache and sessions stored in the database, verify file and directory permission...still not working.

    The server error logs inaccessible, since I'm on a share at godaddy,.

    Any more help?

    Thanks
    If you are on GoDaddy, please note that changes to .htaccess takes several hours to be in effect *_*
    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. #1265
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by xordox View Post
    today I'll fly to Tel-Aviv. can help with hebrew in next 2 days.
    btw Yellow, do you remember for 2.9.6. ru.php (and also he.php) have another structure of file that for 3.x.x?
    Yes, which is why I made changes to the he.php xordox
    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. #1266
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    To all:
    I'm spending most of my time now to develop an Ajax one page checkout for Zen, so my support here will be a little slow (probably your question will be answered within 24 hours)

    Thanks for your understanding.

    Regards

    Raine
    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. #1267

    Default Re: Simple SEO URL [support thread]

    I installed this mod but nothing has changed. Is there a way for someone to see what I did wrong? Also, what am I looking for? Will this mod let me create the url ending or will it just grab it from what ever the page title is?

    Thanks a bunch
    [FONT=Microsoft Sans Serif]Personalized 2 Perfection[/FONT]
    http://personalized2perfection.net
    Your one stop shop for unique personalized gifts!

  8. #1268
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Here is the he.php that should work for your version. However, I tested it on your site and it doesnt seem to replace the hebrew letters by english letters. You will have to ask xordox to look at your site and see if some letter is missing from the translit table.
    Im not familiar with hebrew, so I really dont know which letter is which.

    TAHNK YOU BOTH
    FOR ALL SUPPORT !


    *no need to hebrew (still like now)

  9. #1269
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by ashton0603 View Post
    I installed this mod but nothing has changed. Is there a way for someone to see what I did wrong? Also, what am I looking for? Will this mod let me create the url ending or will it just grab it from what ever the page title is?

    Thanks a bunch
    You installed a mod but don't know why?



    Take a look at the insall files that came with it and make sure you've actually turned the mod on (via admin).

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by ashton0603 View Post
    I installed this mod but nothing has changed. Is there a way for someone to see what I did wrong? Also, what am I looking for? Will this mod let me create the url ending or will it just grab it from what ever the page title is?

    Thanks a bunch
    Only in 3+, you will have to use link alias to specify the name you want to use in place of the page title.
    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

 

 

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