Hi to all, i installed ISPCONFIG on my server, everything work fine , but i have a php website , that user URL REWRITE... the file .htaccess doesn't work , i tried to put APACHE DIRECTIVE in DOMAINS->OPTIONS->APACHE DIRECTIVES , but nothing to do.... connection go in timeout ... my .htaccess is : RewriteEngine on RewriteCond %{DOCROOT}%{REQUEST_FILENAME} !-f RewriteCond %{DOCROOT}%{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA] Thanks in advance to everyone can give me support or had the same problem. Ernesto.