Ben Phelps Posted April 30, 2007 Share Posted April 30, 2007 I am offering free hosting and am need a way to allow upload of php script but insuring the security of my server. The hosting is kinda like geocities, where a user gets a folder and somthing like domain.com/folder. Can this be done via a .htaccess of php.ni file? Link to comment https://forums.phpfreaks.com/topic/49256-solved-allowing-uploaded-php-scripts/ Share on other sites More sharing options...
trq Posted April 30, 2007 Share Posted April 30, 2007 What kind of server are you planning on running this on? If your hosting itself is just an account on a shared server your going to be in for all sorts of trouble. If its a dedicated server or VPS there are many different ways of going about it. We need to know your hosting specs to start with though. Link to comment https://forums.phpfreaks.com/topic/49256-solved-allowing-uploaded-php-scripts/#findComment-241341 Share on other sites More sharing options...
Ben Phelps Posted April 30, 2007 Author Share Posted April 30, 2007 I am on shared but they allow what I am doing. Shared PHP 5.2.1 Perl 5.6.1 Apache 1.3.3 Linux 120GB hdd 2TB Trans Link to comment https://forums.phpfreaks.com/topic/49256-solved-allowing-uploaded-php-scripts/#findComment-241343 Share on other sites More sharing options...
trq Posted April 30, 2007 Share Posted April 30, 2007 They may allow it, but there is really no safe option. You will all be sharing the same DOCUMENT_ROOT and the same user. This spells trouble. Link to comment https://forums.phpfreaks.com/topic/49256-solved-allowing-uploaded-php-scripts/#findComment-241344 Share on other sites More sharing options...
Ben Phelps Posted April 30, 2007 Author Share Posted April 30, 2007 ok, well i thought i would ask, I will try and get a vps. Link to comment https://forums.phpfreaks.com/topic/49256-solved-allowing-uploaded-php-scripts/#findComment-241353 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.