Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/07/2013 in all areas

  1. Hi everyone... I just created my domain in heliohost and i'm triyin to connect with a database from visual basic 2008 but i'm having some issues... what i did: I create the Db. I set the user. I set the permissions. I'm not sure (at all) if I set correctly the sql remote host... What i want is connect with the Db within the server from Visual Basic 2008 in order to finish my program. I was trying and it seems i block the server, because vb2008 says: mysqladmin flush host who can help me? dont know if the topic is already created... thanks in advance!
    1 point
  2. Hello all, I'm in the midst of making my website work, and I ran into a problem with error documents. To begin with, here's how my directory structure looks like: + www (root) | +- foo | | | +-- bar (750) | +- .htaccess | +- error.php I want to prevent user access into /foo/bar, so I changed the permission of the folder (bar) to 750, and 640 for its contents. In my .htaccess, I have specified as below: ErrorDocument 400 /error.php ErrorDocument 401 /error.php ErrorDocument 403 /error.php ErrorDocument 404 /error.php ErrorDocument 500 /error.php Attempting to visit /foo/bar, I have expected to be redirected to error.php, as it is 403 error (or is it not?). However, I am getting a usual 403 Forbidden page instead. Forbidden You don't have permission to access /foo/bar/ on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Any ideas?
    1 point
  3. I want to host a JSP website where all pages are JSP and database in mysql I want to know the connection string which I pass for connecting my database and I want to know how to run JSP pages
    1 point
×
×
  • Create New...