Welcome Guest, Not a member yet? Register   Sign In
htaccess and multiple applications
#8

[eluser]trice22[/eluser]
Found the answer for my first question (pretty much by accident Big Grin )

In .htaccess
Code:
RewriteEngine on
RewriteCond $1 !^(frontend_index\.php|images|robots\.txt)
RewriteCond %{REQUEST_URI} !^/ci_test/assets
RewriteRule ^(.*)$ /ci_test/frontend_index.php/$1 [L]

—trice


Messages In This Thread
htaccess and multiple applications - by El Forum - 02-20-2008, 10:10 AM
htaccess and multiple applications - by El Forum - 02-20-2008, 02:19 PM
htaccess and multiple applications - by El Forum - 02-20-2008, 02:28 PM
htaccess and multiple applications - by El Forum - 02-20-2008, 03:24 PM
htaccess and multiple applications - by El Forum - 03-30-2008, 02:20 PM
htaccess and multiple applications - by El Forum - 03-30-2008, 02:42 PM
htaccess and multiple applications - by El Forum - 03-30-2008, 02:55 PM
htaccess and multiple applications - by El Forum - 03-30-2008, 03:00 PM
htaccess and multiple applications - by El Forum - 03-30-2008, 03:10 PM
htaccess and multiple applications - by El Forum - 03-30-2008, 03:21 PM
htaccess and multiple applications - by El Forum - 04-01-2008, 03:03 PM
htaccess and multiple applications - by El Forum - 04-01-2008, 05:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB