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?
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
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
unifex
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.
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!!
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?
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
jettrue
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.
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
jettrue
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.
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
BlessIsaacola
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.
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
jettrue
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...
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
BlessIsaacola
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