.htaccess - why this doesnt work? rewriting URL -


i want rewrite url: /pit/employee/student-profile/2

this works:

rewriterule ^employee/([0-9]+) employee/student-profile.php?id=$1 

this doesn't work:

rewriterule ^employee/student-profile/([0-9]+) employee/student-profile.php?id=$1 

i want this: /pit/employee/student-profile/2


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -