forums › forums › SQLyog › Using SQLyog › Tunneling permission denied
- This topic is empty.
-
AuthorPosts
-
-
April 13, 2005 at 3:26 pm #8911ziggyMember
I'm trying to set up tunneling with a remote web host. I can reach the SQLyogTunnel.php page from my browser. In SQLYog, when I click the “Test Connection” button, I get a success message, but when I click the “Connect” button, I get the following:
Code:HTTP/1.1 403 Forbidden
Date: Wed, 13 Apr 2005 15:16:57 GMT
Server: Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.10 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
403 Forbidden
Forbidden
You don't have permission to access /tunnel/SQLyogTunnel.php
on this server.Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.33 Server at http://www.xxxxxxxxx.xxx Port 80 -
April 13, 2005 at 5:28 pm #17417RiteshMember
This is very strange!
Could you please give us temporary access to the tunnelling web-page?
If it is possible, mail the info to [email protected]
-
April 14, 2005 at 6:27 am #17418peterlaursenParticipant
this error message:
“You don't have permission to access /tunnel/SQLyogTunnel.php on this server”
is a typical apache error message when a server directive restricts some kind of access.
Server directives are typically found in the server configuration file (“httpd.conf”), a virtual host's configuration file or in a “.htaccess”-file.
It could be that the ISP has restricted execution of server-side scripts to certain directories.
Do you have a “htaccess”file that's under your control or is there a “control panel” available where you can configure things ?
Are you able to use other php.fies (just try rename any .htm or .html-file to php and try open it!). You could also try copying the SQLyogTunnel.php -file to the webroot. Also try running a simple php-file with a simple “echo” statement …
-
-
AuthorPosts
- You must be logged in to reply to this topic.