File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ <VirtualHost comforterpdocs.test:80>
2+ <Directory "{$path}/htdocs/comforterpdocs/www/dist">
3+ Options FollowSymLinks Indexes
4+ AllowOverride All
5+ Order deny,allow
6+ allow from All
7+ </Directory>
8+
9+ ServerName comforterpdocs.test
10+ ServerAlias comforterpdocs.test 127.0.0.1
11+
12+ ScriptAlias /cgi-bin/ "d:/xampp/htdocs/cgi-bin/"
13+ DocumentRoot "d:/xampp/htdocs/comforterpdocs/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 ^/comforterpdocs/assets/(.*\.(png|jpg|js|css|woff2))$ /assets/$1 [L]
20+ #RewriteRule ^/comforterpdocs/(.*\.(png|jpg|js|css|woff2))$ /$1 [L]
21+ #RewriteRule ^/comforterpdocs/(.*)$ /$1 [L]
22+
23+ </VirtualHost>
You can’t perform that action at this time.
0 commit comments