Welcome Guest, Not a member yet? Register   Sign In
removing index.php (docs are kinda sucky for this)
#17

[eluser]Vanilla Junior[/eluser]
Here are the steps to remove the index.php on a Windows 2003 Server.

1. Install ISAPI_Rewrite 3 (http://www.helicontech.com/isapi_rewrite/). Freeware version available.
2. Restart IIS.
3. Open the Application Server \ IIS Manager.
4. Expand your IIS server so that the following subfolders are present.
Code:
+ Application Pools
+ Web Sites
+ Web Services Extensions
5. Right-Click on the Web Sites subfolder and select Properties.
6. Click on the ISAPI_Rewrite tab and click Edit.
7. Paste the following code in the dialog box (Helicon Config Editor).

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

8. Click Apply.
9. Click OK to close the Web Sites Properties dialog box.
10. Enjoy.


Messages In This Thread
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 07:09 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 07:27 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 07:33 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 07:41 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 07:42 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 07:45 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 07:50 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 10:11 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 11:36 PM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-16-2008, 03:15 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 09-30-2008, 08:04 PM
removing index.php (docs are kinda sucky for this) - by El Forum - 09-30-2008, 09:00 PM
removing index.php (docs are kinda sucky for this) - by El Forum - 09-30-2008, 10:52 PM
removing index.php (docs are kinda sucky for this) - by El Forum - 09-30-2008, 11:18 PM
removing index.php (docs are kinda sucky for this) - by El Forum - 10-01-2008, 12:13 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 10-01-2008, 09:42 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 10-15-2008, 10:44 PM
removing index.php (docs are kinda sucky for this) - by El Forum - 10-17-2008, 05:40 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 10-17-2008, 01:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB