Posted: Fri 9. Jan 2004, 14:21
Maybe this is a rewrite problem
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
Damn! That was it! I tried turning off the ReWrite in the config file - nothing. Then I removed the .htaccess file and it now works. So it seems that the .htaccess makes the popups for HTMLArea not work. I wonder if there is a work around.Oliver Georgi wrote:Maybe this is a rewrite problem
Code: Select all
RewriteEngine on
RewriteRule ^(.*).html$ /index.php?id=$1
RewriteRule ^index.html$ /index.php
What is the function of a .htaccess file like that´?sporto wrote: BTW, this is what was in my HTACCESS file:
Code: Select all
RewriteEngine on RewriteRule ^(.*).html$ /index.php?id=$1 RewriteRule ^index.html$ /index.php
That's the rule that allows the server to rewrite the URL that has the PHP with the variable to an HTML with no variable. It makes it more search engine firendly.frold wrote:What is the function of a .htaccess file like that´?sporto wrote: BTW, this is what was in my HTACCESS file:
Code: Select all
RewriteEngine on RewriteRule ^(.*).html$ /index.php?id=$1 RewriteRule ^index.html$ /index.php
Code: Select all
RewriteEngine off
Actually, I think I stated it wrong. It allows the server to read the HTML URL and as if it was a PHP URL and process it accodingly with the necessary variables. Again, all for search engine friendlyness. I'm sure someone else can give a more accurate description than what I just tried to do.sporto wrote:That's the rule that allows the server to rewrite the URL that has the PHP with the variable to an HTML with no variable. It makes it more search engine firendly.
Code: Select all
File does not exist: /home/httpd/vhosts/mydomain.com/httpdocs/phpwcms/incl
ude/inc_ext/htmlarea/popups/include/inc_ext/htmlarea/plugins/TableOperations/lang/en.js
Olivier, is wrong... maybe is bug IE6? - working good, working wrong, working good, working wrong...... bug in javascript?art777 wrote:OK, now is good, no bugs - win98se, ie6
THX