#yes fastcgi, bit adjusted (php-fastcgi.sock) FastCGIserver { FastCGIid = PHP5 ConnectTo = /var/lib/hiawatha/php-fastcgi.sock Extension = php } #url toolkit for joomla UrlToolkit { ToolkitID = joomla Match base64_encode[^(]*\([^)]*\) DenyAccess Match (<|%3C)([^s]*s)+cript.*(>|%3E) DenyAccess Match GLOBALS(=|\[|\%[0-9A-Z]{0,2}) DenyAccess Match _REQUEST(=|\[|\%[0-9A-Z]{0,2}) DenyAccess Match ^/index\.php Return RequestURI exists Return Match .* Rewrite /index.php } VirtualHost { Hostname = www.thisisagreatwebsite.com, *.thisisagreatwebsite.com WebsiteRoot = /var/www/thisagreatwebsite StartFile = index.php #php, not html of course ErrorHandler = 404:/index.html TimeForCGI = 5 UseFastCGI = PHP5 UseToolkit = joomla }