Search found 2 matches

by mad.piotr
Sat Oct 17, 2009 9:35 pm
Forum: Deutsch
Topic: Hintergrundfarbe FCKeditor
Replies: 6
Views: 3956

Re: Hintergrundfarbe FCKeditor

Der FCKeditor nimmt für die Editor-Area immer die css-Werte für <body>, wenn "$Use_Template_Css = true;" ist. Ich mache meine Templates immer so: - in den body kommt als erstes ein <div id="bgbody"> mit padding: 0 und margin: 0 - in dieses div kommt der Seiten-Background. Der body bleibt weiss und ...
by mad.piotr
Tue Jun 30, 2009 7:18 pm
Forum: General
Topic: clean url does not work
Replies: 40
Views: 30423

Re: clean url does not work

I changed the rewrite rule. Does it work with this one? RewriteEngine on # To prevent loop: RewriteCond %{REQUEST_URI} !index.php # Do not rewrite requests to template or images dir: RewriteCond %{REQUEST_URI} !templates RewriteCond %{REQUEST_URI} !images #RewriteRule ^(.*)\.html$ ./index.php?$1 # ...