Jump to content

Mod_rewrite cuts sessions off


ando321

Recommended Posts

I've tryed everything, re-coding the whole script, change file name, error checking etc

 

I think its defo something to do with the way i'm doing my rewrite rules:

 

.htaccess:

 

RewriteRule ^community/forum/([0-9]+)/post-([0-9]+)$ community/post.php?fID=$1&ID=$2 [L,NC]

 

link to post a reply:

 

http://www.mysite.co.uk/community/forum/1/post-9

 

Everything on this page "post.php" does not work due to the sessions cutting off, i know its not the script, i don't use any header() 's at all.

 

Please please ive been stuck on this for over a week, its stoppign the development of my site.

 

Cheers

 

Link to comment
https://forums.phpfreaks.com/topic/171516-mod_rewrite-cuts-sessions-off/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.