kidshenlong/ComicCloud-Client/master/html/.htaccess - Htaccess File

kidshenlong/ComicCloud-Client/master/html/.htaccess

# Enable Rewriting
RewriteEngine on
#RewriteBase /
 
# Rewrite user URLs
#   Input:  s/ID/
#   Output: series.php?series=ID
RewriteRule ^s/(w+)/?$ series.php?series=$1
RewriteRule ^c/(w+)/?$ reader.php?id=$1

On Github License

Files

Download PDF of Htaccess file

Comments

Apache