RewriteEngine & popup's in text w/image editor

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
rolf
Posts: 18
Joined: Sat 6. Dec 2003, 23:45
Location: Norway - Drøbak
Contact:

RewriteEngine & popup's in text w/image editor

Post 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
Rolf Dahl
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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...
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Locked