I have URLs structured like:
http://www.kartar.net/S=145e45ecf4c765e71e94358be9434f8c347b50b0/weblog/comments/1265/
I just noticed the S=gibbergibbergibber
I can’t seem to work out where this is coming from. I have a mod_rewrite to remove index.php that looks like:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
Thanks