Home
TeamSite
remove index.php from url
davidstanley01
Hi,
I'm fairly new to teamsite, but I'm deploying a php application. I'd like to remove the "index.php" segment from the url. In a regular apache environment with mod_rewrite, you would just use an .htaccess file for this. How can i do this in teamsite? Many thanks.
Find more posts tagged with
Comments
mart2001
If you just want to use the rewrite, you can add that to:
iw-home/iw-webd/conf/rewrite.conf.template, and do iwreset -a making changes to that file.
Faizi
If your implementation is an individual website on Apache then you have to keep .htaccess for that in webroot directory and write url rewrite rules here. Also do required entry in httpd.conf.
If you want to do some rewrite in TeamSite interface then only you can make changes in iw-home/iw-webd/conf/rewrite.conf.template file.