.htaccess , , mod_rewrite:
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
,
BaseUrl :
<a href="<?= $this->baseUrl('mp3/ie.mp3'); ?>">IE is mean to me, again</a>
If you need to put the files in another place, you can use setBaseUrl().
source
share