I cant get FCKeditor to work on a webserver that has Apache's RewriteEngine enabled. I've tried just uploading the content of the zip file, following the installation instructions in the wiki, but can only get the samples to work when I disable the RewriteEngine.
Can somebody maybe give a point me in the right direction for getting this to work on a website that uses Apache's RewriteEngine?
Best regards, Egil.
Can somebody maybe give a point me in the right direction for getting this to work on a website that uses Apache's RewriteEngine?
Best regards, Egil.
RE: Apache URL rewrite and FCKeditor, how?
RE: Apache URL rewrite and FCKeditor, how?
Now it looks like this: RewriteRule !FCKeditor/*.*|\.(gif|jpg|jpeg|png|css|pdf|mp3|wav|cfg)$ index.php
And that works.