Thanks. I'll take a look. But is there a way to not allow the workers to download files locally on this solution?
Mike Dev Br
Posts
-
Manage a remote development team -
Manage a remote development teamI work a lot with indians. Its a full qualified and less expensive labor. But I've not worked in a full project with them, just smaller jobs.
-
Problem creating a PDO Object with Rewriting OnSolve it. There was an empty php.ini in the public_html, I deleted it, and it worked. thank u all
-
Problem creating a PDO Object with Rewriting Onjust adding some info: the problem can be seen in the following URLs the rewrited one (where the problem occur) www.qualocep.com/dbc/ and the direct file, when it works www.qualocep.com/php/dbc.php I put a phpinfo() the to show more info about the server.
-
Problem creating a PDO Object with Rewriting OnHi I'm having a weird situation here. I'm trying create a PDO object, like this:
$dbh = new PDO('mysql:host='.$hostname.';dbname='.$dbname,$username, $password);
I have rewriting ON in my .htaccess file. when I try to run the script using a URL that will trigger a rewrite rule, it shows me the following error:
Fatal error: Class 'PDO' not found
I have a exception rewrite rule for a directory where the script is, named PHP, like this:
RewriteRule ^(php)($|/) - [L]
if I run the scripting directly from the directory, it runs normally with no erros. I don't know why this is happening. any clues? Thank you
-
Manage a remote development teamHi I've working alone in my web business for quite long, and I'm willing to start a bigger project that will need to involve more coders. I hire frelancer from time to time, but I will need now more than one coder and designer working together in the same project. What could be the better way to manage this team of remote workers? is there any web solutions to manage that? How can I do it knowing that they will not steal the project? Thank you!