Skip to content
Snippets Groups Projects

Resolve "Add a "show playlist" route"

Merged Benoît Harrault requested to merge 36-add-a-show-playlist-route into master
3 files
+ 25
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
0
RewriteEngine On
RewriteRule ^playlist-generator index.php [L,QSA]
RewriteRule ^view-playlist-([^./]+)$ index.php?show-playlist=1&id=$1 [L,QSA]
Loading