I moved from a html webpage to the CMS. Because I have a good Google Ranking, I used the "google friendly move" as described in the Documentation.
I changed the htaccess this way, that all html requests are redirected to my .php page. Works Great! No Problem with that.
BUT: I can't edit my old WYSIWYG Articles anymore. Everytime I cklick on "edit", I don't see the fckeditor with my article, instead I see my rendered webpage!
Same, when I'm trying to create a new WYSYWIG Article.
The "normal Text" (einfacher Text) Articles I can create and change without problems.
I didn't find anything in the forum regarding this problem. Perhaps, I'm the only person, with strange phpwcms problems .
PLEASE, I hope, somebody can help me!!!
This is my .htaccess:
# Check that you have set Options FollowSymLinks
# and right Allow
RewriteEngine On
# maybe you need this
DirectoryIndex index.php index.html
# Redirection of all .htm/html sides
RewriteRule ^(.*)\.htm$ http://www.katharina-m.net/index.php [r=301,nc]
RewriteRule ^(.*)\.html$ http://www.katharina-m.net/index.php [r=301,nc]