ranaldmiao/prelim_timetable/master/.htaccess - Htaccess File

ranaldmiao/prelim_timetable/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteRule ^([^/.]*)/([^/.]*)/([^/.]*)/$ index.php?h1=$1&h2=$2&h3=$3
  RewriteRule ^([^/.]*)/([^/.]*)/([^/.]*)$ index.php?h1=$1&h2=$2&h3=$3
  RewriteRule ^([^/.]*)/([^/.]*)/$ index.php?h1=$1&h2=$2
  RewriteRule ^([^/.]*)/([^/.]*)$ index.php?h1=$1&h2=$2
  RewriteRule ^([^/.]*)/$ index.php?h1=$1
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache