Posted by artev on 01/03/07 11:22
I have some files php that use the session_start for archive
datas in a variable $_SESSION['archive'] = $list;
they not work more if in the file .htaccess I use this code
(for to have permalink)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /site/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /site/index.php [L]
</IfModule>
Navigation:
[Reply to this message]
|