Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
I`ve got an new problem with PLESK 9.0:
seem`s to be not all functions working in htaccess, when i`m using php-over-fcgi.
One of it - i can`t set php_values, like: display_errors, memory_limit and other.
This is a design limitation of FastCGI. Since you are running PHP in CGI mode, it cannot get variables and other things from .htaccess anymore.
If you switch back to mod_php mode, it should again start recognizing .htaccess variables for php.ini settings (and others).
NOTE: The Fast-CGI does not affect things like mod_rewrite commands in .htaccess, only PHP related commands.
-Will
P.S. You don't get any performance benifit out of using FastCGI over mod_php. FastCGI is significantly slower than mod_php. You may get a slight security boost, but that is also debatable.