Plesk Server open_basedir block
One of our new clients is hosted on a Parallel Plesk system and I need to install Codeigniter into a sub-domain for my project. To do this I need to place files into a directory thats above the web root,…
One of our new clients is hosted on a Parallel Plesk system and I need to install Codeigniter into a sub-domain for my project. To do this I need to place files into a directory thats above the web root,…
I've built an app in PHP that runs on Apache. I need to be able to add vhosts on the fly so I would make my app write to sites-enabled and then reload Apache. The only problem is, I have…
I'm trying to disable access logging (access_log) for domains. I can't find a way to do it yet, I thought if httpd.conf file exist of a domain maybe I can look into that. So do you know where is httpd.conf…
Hi all I have a question with a obsolete/deprecated function. I need to change ereg to preg_match the code with the function is this: http://pastebin.com/jMBkJSEr I tired to change ereg to preg_match but it doesn't work by just changing the…
I am facing quite a strange problem at the moment, I have wordpress and oscommerce installations on single domain. I placed wordpress at the root and oscommerce in /store/ folder. Everything is working properly except one thing. The server headers…
I am having difficulties because of the database structure on a game website similar to http://box10.com. I attempted to change table structure a bit but I made it worse, and now I must not do another mistake to keep my…
I'm having trouble installing a SSL certificate on a subdomain within Plesk 10. I don't seem to have an option to add the SSL certificate to a subdomain only. If i add the cert to the base domain will the…
I am on a Parallels/Plesk VPS host, and this is a really newbie question. The webroot is at: /var/www/vhosts/my-domain-name/httpdocs There is also a path called: /var/www/vhosts/my-domain-name/private/ But PHP scripts can't seem to read files in there. From my understanding any…
Can anyone suggest how I can edit the php.ini file when using Plesk? I am using a Linux based server?
Trying to setup a Cron task that gets a file via FTP however seems to fail due to file permissions. Code runs perfect in the browser, ie when apache is the owner, however fails when Cron runs the same page.…