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

[eluser]ngkong[/eluser]
put the htaccess at directory http://virtual/project/company/project/branches/codign/

and the htaccess should be:

RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /project/company/project/branches/codign/index.php/$1 [L]

set line 3 as the path to your codeigniter index.php directory (from webserver root)

while you upload the script to remote server, change htaccess back to normal (if your script run at domain root)

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


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