Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Options +FollowSymlinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d


#RewriteRule ^(.*)$ profile.php?user=$1 [QSA,L]

#RewriteRule ^(.*)$ institute_frontend/index.php?user=$1 [QSA,L]
RewriteRule ^(.*)$ institute_frontend/index.php?user=$1 [QSA,L]

This code is directing any thing to institute_frontend/index.php page

Now i want example.com/india/cnt1/cnt2 to some india/index.php?crse=$1&&cit=$2 page

How can i do this plz help me
Posted
Updated 29-May-14 23:24pm
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900