Page 1 of 1

RewriteEngine & popup's in text w/image editor

Posted: Fri 2. Jan 2004, 21:51
by rolf
This is not a new on but with rewrite engine enabled i can't get the color picker to popup.

My .htaccess file :
RewriteEngine on
RewriteRule ^(.*)\.html$ index.php?id=$1
RewriteRule ^index.html$ index.php

Posted: Fri 2. Jan 2004, 22:20
by Oliver Georgi
it has to do with index.html - I can not recommend that. I hadn't time to check rewrite rules for better solution. Disable the index.html -> index.php Rewrite Rule.

And the other Rule should be changed to something-0.0.0.0.0.0.html

I will have a look later...