File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
templates/etc/apache2/sites-available Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 7878 </Directory>
7979
8080 AliasMatch ^/preview(.*) /data/www/api/preview.php$1
81+ RewriteRule ^/$ /app [L,R=302]
8182 RewriteRule ^/m$ /app [L,R=302]
8283 RewriteRule ^/m/(.*)$ /app/$1 [L,R=302]
8384 Alias /app /data/www/mdot/dist/mdot
Original file line number Diff line number Diff line change 8585
8686 AliasMatch ^/preview(.*) /data/www/api/preview.php$1
8787
88+ RewriteRule ^/$ /app [L,R=302]
8889 RewriteRule ^/m$ /app [L,R=302]
8990 RewriteRule ^/m/(.*)$ /app/$1 [L,R=302]
9091 Alias /app /data/www/mdot/dist/mdot
Original file line number Diff line number Diff line change 7979
8080 AliasMatch ^/preview(.*) /data/www/api/preview.php$1
8181
82+ RewriteRule ^/$ /app [L,R=302]
8283 RewriteRule ^/m$ /app [L,R=302]
8384 RewriteRule ^/m/(.*)$ /app/$1 [L,R=302]
8485 Alias /app /data/www/mdot/dist/mdot
You can’t perform that action at this time.
0 commit comments