Re: Chemo's Ultimate URL's
Dreamscape,
The error_log is filling up like crazy with:
[Sat Mar 31 01:43:14 2007] [debug] mod_rewrite.c(1644): [client 66.249.65.73] mod_rewrite's internal redirect status: 0/10.
I contacted our host and this is their response:
Quote:
Hello,
This seems to be a coding error in your .htaccess file. You have to check this with the developer of the script. The entry that is causing the error is,
============================================
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index\.php/$1 [L,QSA] ============================================
Please verify.
Any ideas?
Also what's the difference between
Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index\.php/$1 [L,QSA]
and
Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]
Re: Chemo's Ultimate URL's
Can some of you who are using this mod please check your apache error log and see if you're seeing any errors related to this mod? Our error log is filling up with errors after installing this mod.
Thanks!
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
yellow1912
The problem still exist. This mod doesn't work well with Paypal Express Checkout if you have default extension set to .html. Setting default extension to / or blank works just fine.
There are actually two problems:
The mod is set to not use seo url for https but in this case the mod is adding .html to the url even though it should have skipped it. The url returned is https://www.domain.com/ipn_main_hand...p.html?type=ec instead of https://www.domain.com/ipn_main_handler.php?type=ec
If the mod would have obeyed the instruction to skip SSL pages this problem wouldn't happened in the first case.
Secondly, since .html is suppose to be a valid default extension this should work but it doesn't.
I will log this into the bug tracker.
Re: Chemo's Ultimate URL's
This is probably a silly question. I've got a fresh install of 1.3.7 and want to install this mod. The first step is to modify application_top.php around line 355. It's only got 131 lines. I'm stuck on step one.
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
jeking
This is probably a silly question. I've got a fresh install of 1.3.7 and want to install this mod. The first step is to modify application_top.php around line 355. It's only got 131 lines. I'm stuck on step one.
Are you sure you have the right version of this mod? Which version did you download?
Re: Chemo's Ultimate URL's
I thought so, it's ver 2.1 If there's a newer version, where can I find it?
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
jeking
I thought so, it's ver 2.1 If there's a newer version, where can I find it?
Go to page 53 of this thread.
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
BlessIsaacola
Go to page 53 of this thread.
Ah, got it, thanks. Does that contain all of the bug fixes mentioned on page 70?
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
jeking
Ah, got it, thanks. Does that contain all of the bug fixes mentioned on page 70?
You can download the one on page 70 to grab all the fixes all incorporated. Make sure you pay attention to errors that have been reported but not fixed as well.
Re: Chemo's Ultimate URL's
Hi Guys
I have just finished installing this mod but it isn't working :(
I followed the guide.pdf to the letter, (and added the fixes from page 70) Ive tried both 3a & 3b in my .htaccess, as I am not sure if path_info is installed, its not showing up in server_info. But either way it wont work :(
Strange thing is, I only ran the install once, but I actually have 2 SEO links in my configuration menu. I don't know if that will break anything but I figure if just make sure the settings I want are the same in both menus I can ignore it.
Is there anything Ive neglected to mention?
thanks in advance
=^_^=