Witam wszystkich

... Mam problem z doklejaniem identyfikatora sesji w linkach... W szczególności zależy mi na Googlach, przy indexowaniu... Jest to nie banalny problem poniewarz po wklejeniu
php_value session.use_only_cookies 1
php_value session.use_trans_sid 0
do pliku .htaccess daje mi tylko bład 500 :/ Próbowałem również:
ini_set('session.use_trans_sid', 'Off');
Ale nici... Proszę o pilna pomoc! Google przewróciłem do góry nogami i nic nie znalazłem...
MOJE PLIKI:.htaccess :
Options FollowSymLinks
RewriteEngine On
RewriteRule ^index.html$ index.php [L]
RewriteRule ^regulamin$ index.php?co=Regulamin [L]
RewriteRule ^kontakt$ index.php?co=Kontakt [L]
RewriteRule ^faq$ index.php?co=FAQ [L]
RewriteRule ^rejestracja$ index.php?co=Rejestracja [L]
RewriteRule ^kategoria/([^-]+)/([^-]+)/pytanie$ index.php?co=pytanie&id=$2&kat=$1 [L]
RewriteRule ^kategoria/([^-]+)/([^-]+)/kupione$ index.php?co=kupione&id=$2&kat=$1 [L]
RewriteRule ^kategoria/([^-]+)/([^-]+)/kup$ index.php?co=kup&id=$2&kat=$1 [L]
RewriteRule ^kategoria/([^-]+)/([^-]+)$ index.php?co=ogloszenie&id=$2&kategoria=$1 [L]
RewriteRule ^kategoria/([^-]+)$ index.php?co=$1&strona=1 [L]
RewriteRule ^kategoria/([^-]+)$ index.php [L]
RewriteRule ^kategoria/$ index.php [L]
RewriteRule ^news-([^-]+)$ index.php?news=Wiecej&id=$1 [L]
RewriteRule ^wyloguj$ index.php?wyloguj=tak [L]
RewriteRule ^ogloszenie/dodaj$ index.php?co=dodaj+ogloszenie [L]
RewriteRule ^ogloszenie/twoje$ index.php?co=twoje+ogloszenia [L]
RewriteRule ^dane/edytuj$ index.php?co=edytuj+dane [L]
RewriteRule ^dane$ index.php?co=twoje+dane [L]
RewriteRule ^wiadomosci/skrzynka/([^-]+)/zaakceptowane$ index.php?co=skrzynka&zaakceptowane=tak&id=$1 [L]
RewriteRule ^wiadomosci/skrzynka/([^-]+)/odrzucone$ index.php?co=skrzynka&zaakceptowane=nie&id=$1 [L]
RewriteRule ^wiadomosci/skrzynka/([^-]+)$ index.php?co=Wiadomosc&id=$1 [L]
RewriteRule ^wiadomosci/skrzynka/usun-([^-]+)$ index.php?co=skrzynka&usun=$1 [L]
RewriteRule ^wiadomosci/skrzynka$ index.php?co=skrzynka [L]
RewriteRule ^wiadomosci/$ index.php?co=skrzynka [L]
RewriteRule ^wiadomosci/nowa$ index.php?co=Nowa+wiadomosc [L]
RewriteRule ^ogloszenie/twoje/usun-([^-]+)$ index.php?co=skasuj&id=$1 [L]
RewriteRule ^ogloszenie/twoje/edytuj-([^-]+)$ index.php?co=edytuj&id=$1 [L]
RewriteRule ^profil/([^-]+)/usun-komentarz-([^-]+)$ index.php?profil=$1&usun_k=$2 [L]
RewriteRule ^profil/([^-]+)/edytuj$ index.php?profil=$1&co=edytuj+profil [L]
RewriteRule ^profil/([^-]+)/znajomy$ index.php?profil=$1&znajomy=dodaj [L]
RewriteRule ^profil/([^-]+)$ index.php?profil=$1 [L]
RewriteRule ^aktywuj-profil$ index.php?co=aktywuj [L]
RewriteRule ^avatar/edytuj/([^-]+)$ index.php?co=edycja+avataru&nazwa=$1 [L]
RewriteRule ^avatar/edytuj$ index.php?co=edycja+avataru [L]
RewriteRule ^punkty$ index.php?co=platnosci [L]
RewriteRule ^szukaj$ index.php?co=Szukaj [L]
RewriteRule ^historia$ index.php?co=historia_tranzakcji [L]
RewriteRule ^historia/sprzedazy$ index.php?co=historia_tranzakcji&typ=sprzedazy [L]
RewriteRule ^historia/doladowan$ index.php?co=historia_tranzakcji&typ=doladowan [L]
ErrorDocument 404 <a href="http://www.test.pl/index.html" target="_blank">http://www.test.pl/index.html</a>
INDEX:
<?php
ini_set('session.use_trans_sid', 'Off'); ini_set('arg_separator.output','&');
if(empty($_SESSION["zalogowany"]))$_SESSION["zalogowany"]=0;
"test",
"test");
require ('log/login.php');
if (substr($_SERVER['HTTP_USER_AGENT'],25,8)=='MSIE 6.0'){require('ie6.php'); ie6
(); }
else {require ('templatki/template02/index.php');template02();}
?>
Pracuje na koncie reseleserskim superhost.pl , nie mam dostępu do php.ini , POMOCY! Z góry dziękuje i pozdrawiam...