|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in May 2004
2 posts
Gave thanks: 0
Thanked 0 times
|
phpCGIwrap
Hi there, i'm interested in you shared hosting plan, i would to know if you can setup phpCGIwrap by default on my account; i must run some php scripts with write permissions on file system.
Thanks |
|
|
|
|
|
#2 (permalink) | ||
|
the one who was
Super #1
Joined in Jul 2003
Lives in Memphis
1,967 posts
Gave thanks: 0
Thanked 3 times
|
You can actually do this yourself. PHP runs under the user nobody by default, so you would have to chmod all of your directories you need to write to 777 if you wanted to use the default.
The method to make PHP run under your username is as follows: In your public_html folder, place a .htaccess file with the following... Quote:
Quote:
__________________
Patrick Warnings: The program(s) might crash unexpectedly or behave otherwise strangely. (But of course, so do many commercial programs on Windows.) --www.gimp.org |
||
|
|
|