-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.htaccess
34 lines (28 loc) · 1.4 KB
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
RewriteEngine On
RewriteBase /
DirectoryIndex index.html index.php
Header set Access-Control-Allow-Origin "*"
RewriteRule ^$ Products/MadisonAve/static/index.html
RewriteRule "map.js.map" "Admin/dist/map.js.map" [L]
RewriteRule "^api/(.*)$" "AdDaemon/lib/ep.php?_VxiXw3BaQ4WAQClBoAsNTg_func=$1&%{QUERY_STRING}" [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule "js/(.*)$" "Products/Oliver/js/$1" [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule "css/(.*)$" "Products/Oliver/css/$1" [L]
RewriteRule "webfonts/(.*)$" "Products/MadisonAve/static/webfonts/$1" [L]
RewriteRule "gallery/(.*)$" "Products/MadisonAve/static/gallery.php?id=$1" [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule "admin/(.*)/(.*)$" "Admin/$1.php?id=$2&%{QUERY_STRING}" [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule "admin/(.*)$" "Admin/$1.php?%{QUERY_STRING}" [L]
RewriteRule "^engine.js$" "ScreenDisplay/engine.js" [L]
RewriteRule "^engine.css$" "ScreenDisplay/engine.css" [L]
RewriteRule "v/(.*)$" "Products/Oliver/viewer.php?id=$1" [L]
RewriteRule "^adserver/(.*)/(.*)$" "AdDaemon/lib/ep.php?_VxiXw3BaQ4WAQClBoAsNTg_func=dsp_$2&id=$1" [L]
RewriteRule "install" "https://youtu.be/Yc7FoILU5vY" [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !Products*
RewriteRule ^(.*)$ Products/MadisonAve/static/$1 [L]
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_URI} !Madison*
#RewriteRule ^(.*)$ MadisonAve/static/$1 [L]