khanhduy39nn/MDDC/master/.htaccess - Htaccess File

khanhduy39nn/MDDC/master/.htaccess

RewriteEngine On
#RewriteCond %{HTTPS} !=on
#RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteRule ^job/(.+)-([0-9]+)$  jobs/detail_job.php?id=$2 [L]
RewriteRule ^candidate/(.+)-([0-9]+)$  jobs/detail_candidate.php?id=$2 [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_URI

Comments

Apache