- b2evolution CMS Support Forums
- Archives
- Older bugs
- Bugs in versions 1.6.x
- Permalinks and firefox.
1 frenchw Apr 16, 2006 08:12
Hi all.
Another bug is annoying me...
I'm using stud files with some htaccess code:
.htaccess :
<IfModule mod_dir.c>
DirectoryIndex index.php index.html
</IfModule>
<IfModule mod_php4.c>
php_flag register_globals off
</IfModule>
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
# enter all the allowed folder names separated by |s
RewriteCond %{REQUEST_URI} !^/(admin|gettext|htsrv|images|img|media|skins|rsc|xmlsrv)(.*)$
RewriteRule (^[^\./]+)$ /$1\.php
# enter the same list of folder names here
RewriteCond %{REQUEST_URI} !^/(admin|gettext|htsrv|images|img|media|skins|rsc|xmlsrv)(.*)$
RewriteRule (^[^\./]+)/(.+)$ /$1\.php/$2
Stub file FrenchW.php :
<?php
$blog=2;
$timestamp_max = 'now';
require(dirname(__FILE__)."/evocore/_blog_main.inc.php");
?>
Config :
URL du répertoire du blog: Relatif à baseurl: http://blogs.frenchwave.org/
Type d'accès préféré: Référence explicite à un fichier stub (Avancé): Nom Stub: FrenchW
Nom URL pour le blog: FrenchW
Prévisu URL:http://blogs.frenchwave.org/FrenchW
Ok, here is the problem :
This link :
[url=http://blogs.frenchwave.org/FrenchW/2006/03/19/403_forbidden_severe_l_antispam]http://blogs.frenchwave.org/FrenchW/2006/03/19/403_forbidden_severe_l_antispam[/url]
Opens correctly in IE.
But, in firefox, it displays the content of the root page /FrenchW
Same problems for category links :
[url=http://blogs.frenchwave.org/FrenchW?cat=37]http://blogs.frenchwave.org/FrenchW?cat=37[/url]
Anyway, firefox displays http://blogs.frenchwave.org/FrenchW
Anyone has this problem ??
Updated to 1.8-Alphe.
Same problem ... :-/