bartelsmedia Posted 12 hours ago Share Posted 12 hours ago When editing a URL in the CKEditor4 source modal window, any ? in the URL is automaticall changed into a html entity & How to prevent this, please? Unfortunately, the webserver does not understand the html entities. Link to comment Share on other sites More sharing options...
Robin S Posted 10 hours ago Share Posted 10 hours ago You might be experiencing this issue: https://github.com/processwire/processwire-issues/issues/1952 https://github.com/processwire/processwire-issues/issues/1974 To fix you can update to the latest PW dev version so as to get this commit, or change this line of .htaccess to: RewriteRule ^(.*)$ index.php?it=$1 [L,QSA,UnsafeAllow3F] 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now