Page 138 of 146 FirstFirst ... 3888128136137138139140 ... LastLast
Results 1,371 to 1,380 of 1456
  1. #1371
    Join Date
    Aug 2007
    Location
    England
    Posts
    65
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Fixed it!

    From another post:

    Amend the seo.url file with the changes listed in this post:

    http://www.zen-cart.com/forum/showth...190#post455190

  2. #1372
    Join Date
    Jun 2007
    Posts
    39
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    HI

    I have managed to install beat seo urls 3.0.0 (beta1) the problem is that when I go through the checkout and get to worldpay or nochex my nochex & worldpay id are not getting transferred so I get merchant id not fount with world pay and with nochex the buyer get took to the wrong page which makes them have to put all the order info in.I am running zencart 1.3.8 Latest


    Any help would be great. James

  3. #1373
    Join Date
    Aug 2004
    Location
    Fountain Hills, AZ
    Posts
    515
    Plugin Contributions
    1

    Default Re: Chemo's Ultimate URL's

    I have a question on the mod -rewrite - I just recently installed The latest SEO URLs on a 1.3.7a site - All went well and so far I've found no issues; however - is there a way to improve the look of the URLs. What I'm getting is: The product name is Harlequin Candle Lamp - the url appears this way: Harlequin+Candle+Lamp+-+7485-p-537.html - is there a way to have the rewrite use underscores vs. the plus signs or maybe someone has an even better suggestion? This is an area that I do lack an expertise so I'm hoping for someone just a bit smarter than I to help me out here. I wanted to get this cleaned up a bit before I submitted my site maps.

    the site can be found here

    Currently my .htaccess looks like this:

    RewriteEngine On
    RewriteBase /



    # All other pages
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-f [NC]
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]

    I am going to go digging for more information on the rewrite engine to see what I might find...Any help here would really be appreciated.


    Thanks in advance

  4. #1374
    Join Date
    Jul 2006
    Posts
    213
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    This looks like a good source for .htaccess information. A little less intimidating than Apache.org.

    http://corz.org/serv/tricks/htaccess.php#denied

  5. #1375
    Join Date
    Nov 2005
    Posts
    18
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    I have two questions:

    I'm running version 1.3.7, with PHP 5 and MySQL 5.

    1. When I click on a category, I get the message "No Input File Specified.". Someone suggested earlier in the thread that I add "AddHandler application/x-httpd-php4 .php" to my .htaccess file. Although that works temporarily, I'm wondering if anyone else has come across this and managed to find a fix.

    2. Magic SEO URLs displays product URLS like such:
    www.x.com/Category-c3/Subcat-c15/Product-p11/

    while SEO URLs displays product pages without the categories like so:
    www.x.com/Product-p11/

    Does anyone know how to alter SEO URLs to display product pages like Magic SEO?

    Thanks

  6. #1376
    Join Date
    Nov 2005
    Posts
    18
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by jaym View Post
    I have two questions:

    I'm running version 1.3.7, with PHP 5 and MySQL 5.

    1. When I click on a category, I get the message "No Input File Specified.". Someone suggested earlier in the thread that I add "AddHandler application/x-httpd-php4 .php" to my .htaccess file. Although that works temporarily, I'm wondering if anyone else has come across this and managed to find a fix.

    2. Magic SEO URLs displays product URLS like such:
    www.x.com/Category-c3/Subcat-c15/Product-p11/

    while SEO URLs displays product pages without the categories like so:
    www.x.com/Product-p11/

    Does anyone know how to alter SEO URLs to display product pages like Magic SEO?

    Thanks
    Fixed my first question. Just added the following to my htaccess file:

    cgi.fix_pathinfo=0

    ...

    Still looking for an answer for question #2 though! thanks

  7. #1377
    Join Date
    May 2007
    Location
    york, pa
    Posts
    98
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Not sure what to put as my shop.I read your notes I put everthink i can think of. Could i find my shop name in my database or sql
    thanks. I turned to off for now

  8. #1378
    Join Date
    May 2007
    Location
    york, pa
    Posts
    98
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Never mind.... got it to work =) it was just a /
    :::::::EXAMPLE::::::::
    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /

  9. #1379
    Join Date
    Feb 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Hi,
    what I need to do if I want to put a word behind every url, if they were in a directory named that word ?
    To be more precise, the urls look like this by default: http://www.something.com/category-na...ame-c-1_1.html, but I want to put a "keyword" between / and category, like this: http://www.something.com/keyword/category-name-product-name-c-1_1.html

  10. #1380
    Join Date
    Feb 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Hi,
    What else I need to modify than the .htaccess if I want to put a keyword between the category name and my shop`s directory ?
    I want to achive something like this: something.com/shop/KEYWORD/category-name-product-name-c-1_2.html
    If i put that keyword in the .htaccess file to the corresponding place, I can reach the page by manually typing the new urls, but the links on the pages generated by the php code still remains the same .
    Thanks,
    Dave
    Last edited by dave604; 2 Apr 2008 at 12:57 PM.

 

 

Similar Threads

  1. v151 with ultimate seo Url,how to change the ez-page url ?
    By whywell in forum General Questions
    Replies: 1
    Last Post: 17 Jan 2013, 09:12 AM
  2. Chemo's Ultimate SEO URL's and EZPages?
    By Doodlebuckets in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Aug 2008, 08:36 PM
  3. Fix for Easy Populate Froogle with Chemo's Ultimate URL's
    By mccord42 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 8 Feb 2007, 04:06 PM
  4. Can NOT access Admin after installing Chemo's Ultimate URL's
    By hankliu in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 12 Dec 2006, 10:33 AM

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