dpad/comp1917-in-a-day/master/.htaccess - Htaccess File

dpad/comp1917-in-a-day/master/.htaccess

<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteRule    chapters(.*) / [R,L]
   RewriteRule    chapter/(.+)/(.+)/ /index.php?link=$1/$2&skip=1 [L]
   RewriteRule    chapter/(.+)/(.+) /index.php?link=$1/$2&skip=1 [L]
   RewriteRule    chapter/(.+)/ /index.php?link=$1 [L]
   RewriteRule    chapter/(.+) /index.php?link=$1 [L]
   RewriteRule    chapter(/)? / [R,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache