[solved] Blogs address not working after activating mod-write and nice URLs
Posted: Sun Jan 17, 2010 10:28 pm
Hello,
after searching this blog and checking some similar sounding acticles I do not find a solution to my problem.
I'm using CMS 1.6.6 and
Blogs
0.3.3.1
After changing page extension to / and implementing .htaccess all except the blog works fine.
The blog adress is generated to:
http://www.48er-......./buergerinitiative/themenschwerpunkte/test/index.php?mact=Blogs,m99cd5,showcategory,1&m99cd5returnid=73&m99cd5catid=Themen
instead of
http://www.48..../index.php?mact=Blogs, ... tid=Themen
(/buergerinitiative/themenschwerpunkte/test/ is wrongly inserted.)
I assume the content of .htaccess is wrong.
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)/$ index.php?page=$1 [QSA]
Can anybody give some hint?
Thanks,
Carl
after searching this blog and checking some similar sounding acticles I do not find a solution to my problem.
I'm using CMS 1.6.6 and
Blogs
0.3.3.1
After changing page extension to / and implementing .htaccess all except the blog works fine.
The blog adress is generated to:
http://www.48er-......./buergerinitiative/themenschwerpunkte/test/index.php?mact=Blogs,m99cd5,showcategory,1&m99cd5returnid=73&m99cd5catid=Themen
instead of
http://www.48..../index.php?mact=Blogs, ... tid=Themen
(/buergerinitiative/themenschwerpunkte/test/ is wrongly inserted.)
I assume the content of .htaccess is wrong.
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)/$ index.php?page=$1 [QSA]
Can anybody give some hint?
Thanks,
Carl