diff --git a/conf/virtualhost-bms.conf b/conf/virtualhost-bms.conf index 48af80b3..8e1e2b5e 100644 --- a/conf/virtualhost-bms.conf +++ b/conf/virtualhost-bms.conf @@ -45,28 +45,3 @@ NameVirtualHost *:8080 - -Listen 9999 -NameVirtualHost *:9999 - - ServerName bm-s.info - - DocumentRoot /var/www/bms_test/public/ - DirectoryIndex index.php - - SetEnv FUEL_ENV test - - - RewriteEngine On - - RewriteLog /var/log/httpd/rewrite_log - RewriteLogLevel 9 - - RewriteRule ^/$ /index.php [L] - - RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f - RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-d - RewriteRule ^(.*)$ /index.php/$1 [L] - - -