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
Search found 8 matches
- Tue Nov 14, 2006 5:06 am
- Forum: Installation and Configuration
- Topic: htaccess rewriteRule with ? symbol
- Replies: 3
- Views: 2363
- 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...
- 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:
But no luck. The question mark symbol '?' seems to be causing the problems...
I've been trying this:
Code: Select all
RewriteRule ^(.*)\?PHPSESSID(.*)$ /$1&PHPSESSID$2 [L]- Fri Nov 10, 2006 6:15 am
- Forum: Installation and Configuration
- Topic: &PHPSESSID not ?PHPSESSID for mod rewrited URLs
- Replies: 3
- Views: 1209
- Fri Nov 10, 2006 5:07 am
- Forum: PHP - Code
- Topic: Shopping cart?
- Replies: 1
- Views: 486
- 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...
- 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
- 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...