Online Page Editor Add-on Support Product Page
Solved
Works on my local server but don't work online
Reported 21 Apr 2011 02:12:46
1
has this problem
21 Apr 2011 02:12:46 manuel pinto posted:
Hello, i wonder to know why this is not working online. On my local server it works fine, but online doesn't work. Probably it's because of permissions. I have my website hosted on sitegroung and i talk them in order to help me. They change permissions to 755. I have it configured with my ftp settings and the allowed permissions are 755. It simple does not accept my username and password whem i try to change the file online.I use dreamweaver cs5 and have windows7 64 bits and use firefox. I don't know what i can do more to solve this. hope you can help me. This is one of my pages: www.viaviti.net/pt/clientes.html Replies
Replied 21 Apr 2011 09:33:13
21 Apr 2011 09:33:13 George Petrov replied:
Hi Manuel,
If you have entered FTP info to be used to save the changes - then you don't need to change permissions to 755
If the browser login box keeps coming back when you enter the right login info, then you (or your hosting) probably are running PHP in CGI mode. Then you will need to do something extra:
Create a new file called .htaccess file in the /ScriptsLibrary folder it should contain those two lines:
so save it and upload it as /ScriptLibrary/.htaccess
Greetings,
George
If you have entered FTP info to be used to save the changes - then you don't need to change permissions to 755
If the browser login box keeps coming back when you enter the right login info, then you (or your hosting) probably are running PHP in CGI mode. Then you will need to do something extra:
Create a new file called .htaccess file in the /ScriptsLibrary folder it should contain those two lines:
RewriteEngine on RewriteRule .? - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
so save it and upload it as /ScriptLibrary/.htaccess
Greetings,
George
Replied 21 Apr 2011 13:01:15
21 Apr 2011 13:01:15 manuel pinto replied:
Perfect!! It works. Thanks.