Search found 8 matches

by jggretton
Tue Nov 14, 2006 5:06 am
Forum: Installation and Configuration
Topic: htaccess rewriteRule with ? symbol
Replies: 3
Views: 2363

Thank you! QSA looks like the answer to much pain and suffering!!!

I'll also check out that new code, hopefully I'll manage to do all this without writing a separate rule for each scenario, but we'll see.

Thanks again for your help, I'll let you know how it goes,

James
by jggretton
Mon Nov 13, 2006 7:27 am
Forum: Installation and Configuration
Topic: htaccess rewriteRule with ? symbol
Replies: 3
Views: 2363

htaccess rewriteRule with ? symbol

Hello, I have urls like this: http://www.mydomain.com/products/ => http://www.mydomain.com/index.php?page1=products But with non cookie sessions they become: http://www.mydomain.com/products/?PHPSESSID=sjdhf89sfd8 => http://www.mydomain.com/?page1=products?PHPSESSID=sjdhf89sfd8 The second '?' should...
by jggretton
Fri Nov 10, 2006 6:34 am
Forum: Installation and Configuration
Topic: &PHPSESSID not ?PHPSESSID for mod rewrited URLs
Replies: 3
Views: 1209

Update:

I've been trying this:

Code: Select all

RewriteRule ^(.*)\?PHPSESSID(.*)$ /$1&PHPSESSID$2 [L]
But no luck. The question mark symbol '?' seems to be causing the problems...
by jggretton
Fri Nov 10, 2006 6:15 am
Forum: Installation and Configuration
Topic: &PHPSESSID not ?PHPSESSID for mod rewrited URLs
Replies: 3
Views: 1209

Do you mean do a reg expression in htaccess to replace ?PHPSESSID with &PHPSESSID ?

I'll give it a go - I have to admit i'm not sure how to do this though!
by jggretton
Fri Nov 10, 2006 5:07 am
Forum: PHP - Code
Topic: Shopping cart?
Replies: 1
Views: 486

Remember to ensure users with and without cookies can use your basket, otherwise I guarentee your client will be pestering you day and night to change this!
by jggretton
Fri Nov 10, 2006 5:04 am
Forum: Installation and Configuration
Topic: &PHPSESSID not ?PHPSESSID for mod rewrited URLs
Replies: 3
Views: 1209

&PHPSESSID not ?PHPSESSID for mod rewrited URLs

Hello all, I've having a really frustrating problem with PHPSESSID All my pages have mod rewrite ie: http://www.mydomain.com/products/ => http://www.mydomain.com/index.php?page1=products Recently I've been having many problems with non cookie enabled users, i enabled session.use_trans_sid (for non s...
by jggretton
Mon Sep 18, 2006 5:42 am
Forum: PHP - Code
Topic: Correct headers for php outputting an image to load in Flash
Replies: 1
Views: 477

Sorry feyd, will make sure my posts are a little prettier!

Does anyone have any suggestions as to why I might have been killing ie?

Thanks, James
by jggretton
Fri Sep 15, 2006 8:01 am
Forum: PHP - Code
Topic: Correct headers for php outputting an image to load in Flash
Replies: 1
Views: 477

Correct headers for php outputting an image to load in Flash

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Sorry, no...