mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
Never rewrite CSS-File-Path
- development hack
This commit is contained in:
parent
1dc96f73d0
commit
d8de701e69
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
RewriteEngine On
|
||||
|
||||
# Never rewrite CSS-File-Path
|
||||
# - development hack
|
||||
RewriteRule ^assets/css/main.css$ - [L]
|
||||
|
||||
# Deliver literal files as-is
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
|
|
Loading…
Reference in a new issue