简体   繁体   中英

How to write url rewrite in codeigniter

I write the url rewrite in .htaccess in codeigniter as follows

RewriteEngine on
RewriteRule ^Vorarlberg.html$ index.php/users/suchergeb?short_query=true&sbundesland=V&offset=0&limit=25&country=A [L]
RewriteRule ^Tirol.html$ index.php/users/suchergeb?short_query=true&sbundesland=T&offset=0&limit=25&country=A [L]

myproject is located in wamp server under irat.2013 folder

the above code is working but we dont want to show full url , we would like to show as follows

irat.2013/Vorarlberg.html

and one more thing if we give the full localhost url before the index.php/users... then only it is working other wise it is not. Please help me ....

Use the application/config/routes.php file. Check docs here: http://ellislab.com/codeigniter/user-guide/general/routing.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM