File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # VITEPRESS_BASE=/comforthrmdocs/
2+ VITEPRESS_BASE = /
3+ VITEPRESS_BASE_URL = http://comforthrmdocs.test
Original file line number Diff line number Diff line change 1+ <VirtualHost comforthrmdocs.test:80>
2+ <Directory "{$path}/htdocs/comforthrmdocs/www/dist">
3+ Options FollowSymLinks Indexes
4+ AllowOverride All
5+ Order deny,allow
6+ allow from All
7+ </Directory>
8+
9+ ServerName comforthrmdocs.test
10+ ServerAlias comforthrmdocs.test 127.0.0.1
11+
12+ ScriptAlias /cgi-bin/ "d:/xampp/htdocs/cgi-bin/"
13+ DocumentRoot "d:/xampp/htdocs/comforthrmdocs/www/dist"
14+ ErrorLog "d:/xampp/apache/logs/error.log"
15+ CustomLog "d:/xampp/apache/logs/access.log" combined
16+
17+ #Enable mod_rewrite
18+ #RewriteEngine On
19+ #RewriteRule ^/comforthrmdocs/assets/(.*\.(png|jpg|js|css|woff2))$ /assets/$1 [L]
20+ #RewriteRule ^/comforthrmdocs/(.*\.(png|jpg|js|css|woff2))$ /$1 [L]
21+ #RewriteRule ^/comforthrmdocs/(.*)$ /$1 [L]
22+
23+ </VirtualHost>
You can’t perform that action at this time.
0 commit comments