Page 84 of 146 FirstFirst ... 3474828384858694134 ... LastLast
Results 831 to 840 of 1456
  1. #831
    Join Date
    Mar 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Paypal doesn’t work for me. I´ve got only the Paypal main page if I want to buy an article. Yes, I installed all patches.

    Can someone help me please?

  2. #832
    Join Date
    Mar 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    I speak from Paypal IPN and I can fix the problem, if I change the Default Extension in Seo Beta from .html to .php.

    But I want to use .html

  3. #833
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by unifex View Post
    I speak from Paypal IPN and I can fix the problem, if I change the Default Extension in Seo Beta from .html to .php.

    But I want to use .html
    This issue has been documented both here and on the bug tracker site and there is no solution at this time. The only solution is to use blank for your default extension. Others have reported turn SKIP SSL off worked but it didn't for me.

  4. #834
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Chemo's Ultimate URL's

    Can someone explain to me what PATH_INFO does, and does that operate in addition to or in concert with MOD REWRITE? Because I know that my server runs MOD REWRITE, and in the guide it says "However if the system offers Mod Rewrite, it is possible to remove the /index.php/ from the URL...."

    However, I cannot get this to work without index.php in there.

    Here is my .htaccess:
    RewriteEngine On
    RewriteBase /

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

    Any help would be greatly appreciated!!

  5. #835
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Chemo's Ultimate URL's

    I have another question (that will probably remain unanswered as well), but is the newest version supposed to install any database tables?

  6. #836
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by jettrue View Post
    I have another question (that will probably remain unanswered as well), but is the newest version supposed to install any database tables?
    Nope, it's not suppose to and does not install any database table. It however install configuration settings so you can control the mod from the admin side.

  7. #837
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by jettrue View Post
    Can someone explain to me what PATH_INFO does, and does that operate in addition to or in concert with MOD REWRITE? Because I know that my server runs MOD REWRITE, and in the guide it says "However if the system offers Mod Rewrite, it is possible to remove the /index.php/ from the URL...."

    However, I cannot get this to work without index.php in there.

    Here is my .htaccess:
    RewriteEngine On
    RewriteBase /

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

    Any help would be greatly appreciated!!
    Your current .htaccess setting implies that that you're running mod_write. What's your current setting on the admin side? This should work just fine without the /index.php/. Please keep in mind the /index.php/ is not the index.php file in your store root.

  8. #838
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by BlessIsaacola View Post
    Your current .htaccess setting implies that that you're running mod_write. What's your current setting on the admin side? This should work just fine without the /index.php/. Please keep in mind the /index.php/ is not the index.php file in your store root.
    Thanks!

    I've tried both .htaccess settings, both with no success, however, now my .htaccess file is:

    Code:
    RewriteEngine On
    RewriteBase /
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ index\.php/$1 [L,QSA]
    I'm working at www.jmb.jadetrue.com, and if I set the "Page Base" setting in the admin to a blank value, I get page not found errors on every page except the home page.

    I've confirmed that the server supports Mod Rewrite, and PathInfo.

    ETA: I've also applied all the patches that were compiled in this thread.

  9. #839
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by jettrue View Post
    Thanks!

    I've tried both .htaccess settings, both with no success, however, now my .htaccess file is:

    Code:
    RewriteEngine On
    RewriteBase /
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ index\.php/$1 [L,QSA]
    I'm working at www.jmb.jadetrue.com, and if I set the "Page Base" setting in the admin to a blank value, I get page not found errors on every page except the home page.

    I've confirmed that the server supports Mod Rewrite, and PathInfo.

    ETA: I've also applied all the patches that were compiled in this thread.
    Please post your current configuration setting if you need troubleshoot...

  10. #840
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by BlessIsaacola View Post
    Please post your current configuration setting if you need troubleshoot...
    I posted it a few days ago, but here's the most current:


    Seo Urls Status On
    301 Redirection Status On
    Page Base
    Default Extension .html

    Url Plugins
    Core: Default: Skip SSL,
    Core: Product: Reviews: Info,
    Core: Product: Image,
    Core: Category,
    Core: Default,
    Core: EZ Pages,
    Core: Advanced Search,
    Core: Product: Reviews: Write,
    Core: Product: Reviews,
    Core: Default Skips,
    Core: Manufacturer,
    Core: Advanced Search: Result,
    Core: Product

    Character Plugins
    Format: Strip Invalid,
    Format: Lowercase

 

 

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