Strange response from server
Whe开发者_StackOverflown I copy and past formatted text from MS Word to My WySwung editor. On submitting the form server gives the following response.
Forbidden
You don't have permission to access /administrator/uploadprocess.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request
I have deleted the htcaccess file. but still having the same issue. plz help
I think it is because you are copying data from ms word and hten the encoded characters go to mysql and have problem so yes I think you should use mysql_real_escape_string function. While the other two issues you mentioned still seems odd. Please provide a bit more detail that do these issues come when you don't paste from word?
精彩评论