При установке VOC++ меня выкидывает на ошибку 500 а когда я удаляю .htaccess открывается просто белая страница!!!
Вот содержание .htaccess:
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^users/([0-9]*)$ /fullinfo.php?user_id=$1 [L]
RewriteRule ^users/(.*)$ /profiler_rewrite.php?user_to_search=$1 [L]
RewriteRule ^403$ "" [F]
ExpiresActive on
ExpiresByType image/jpeg "access plus 24 hours"
ExpiresByType image/gif "access plus 24 hours"
ExpiresByType text/css "access plus 24 hours"