GHengeveld |
|
---|---|
Simplest solution is to use htaccess to figure out whether or not an actual file (from mp3 folder) is being requested, or a page in the mp3 category. Something like this:
RewriteRule ^mp3/(.*).mp3$ mp3/$1.mp3 [QSA,NC,NE,L] |