Guest User

Untitled

a guest
Jul 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1.  
  2. AliasMatch ^/([^/]*\.css) /home/percent20/sites/current/static/styles/$1
  3.  
  4. Alias /media/ /home/percent20/sites/current/static/
  5. Alias /static/ /home/percent20/sites/current/static/
  6. <Directory /home/percent20/sites/current/static>
  7. Order deny,allow
  8. Allow from all
  9. </Directory>
  10.  
  11. <Directory /home/percent20/sites/current/media>
  12. Order deny,allow
  13. Allow from all
  14. </Directory>
  15.  
  16. MEDIA_URL="/static/"
  17. MEDIA_ROOT = os.path.join(DIRNAME, 'static/')
  18. ADMIN_MEDIA_PREFIX = '/media/'
Add Comment
Please, Sign In to add comment