EllisLab text mark
Advanced Search
     
Problem in web.config
Posted: 11 March 2012 11:28 AM   [ Ignore ]
Joined: 2010-11-20
6 posts

Hi everybody.

I worked in apache for a long time, and never had worked in IIS up to now.
By the way i forced to upload my cms in a IIS host.

My problem is about .htaccess file that have to be converted to web.config.
I dont know about web.config at all, and i dont have enough time to read.

Please help me, i need to upload my cms quickly.

My .htaccess code is like this:

RewriteEngine on
RewriteCond $1 !^(index\.php|images|templates|temp|uploads|public|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]


Please write me the web.config code.
Thanks in advanced.