版权归作者所有,转载请注明出处
<VirtualHost *:80>
ServerName www.mem.com
DocumentRoot "E:\equipment\medical_equipment_management\trunk"
<Directory "E:\equipment\medical_equipment_management\trunk">
AllowOverride All
Require all granted
</Directory>
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index\.php/$1 [L]
</IfModule>
</VirtualHost>