Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/8618
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Nov 11, 2023
1 parent 13abb34 commit e62b575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ Options All -Indexes
RewriteRule ^channel/([^/]+)/videoEmbed/([0-9a-zA-Z_.-]+)(/.*|)$ view/videoEmbeded.php?videos_id=$2&channelName=$1 [L,QSA,NC]

# Article URLs with optional title or trailing slash
RewriteRule ^channel/([^/]+)/article/([0-9a-zA-Z_.-]+)(/.*|)$ view/article.php?article_id=$2&channelName=$1 [L,QSA,NC]
RewriteRule ^channel/([^/]+)/article/([0-9a-zA-Z_.-]+)(/.*|)$ view/modeYoutube.php?article_id=$2&channelName=$1 [L,QSA,NC]

# Article Embed URLs with optional title or trailing slash
RewriteRule ^channel/([^/]+)/articleEmbed/([0-9a-zA-Z_.-]+)(/.*|)$ view/articleEmbed.php?article_id=$2&channelName=$1 [L,QSA,NC]
RewriteRule ^channel/([^/]+)/articleEmbed/([0-9a-zA-Z_.-]+)(/.*|)$ view/videoEmbeded.php?article_id=$2&channelName=$1 [L,QSA,NC]

RewriteRule ^video/([0-9]+)/?$ view/modeYoutube.php?videos_id=$1 [QSA]
RewriteRule ^video/([0-9]+)/poster.png$ view/videoGetPoster.php?videos_id=$1 [QSA]
Expand Down

0 comments on commit e62b575

Please sign in to comment.