Welcome Guest, Not a member yet? Register   Sign In
wordpress url / CI uri
#4

[eluser]Michael Wales[/eluser]
Upload installation of WP to domain.com/blog1/
Upload installation of WP to domain.com/blog2/

Make sure you filter out these two sub-directories within the RewriteCond of your .htaccess file found at domain.com.

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


Messages In This Thread
wordpress url / CI uri - by El Forum - 10-12-2007, 01:30 PM
wordpress url / CI uri - by El Forum - 10-12-2007, 03:10 PM
wordpress url / CI uri - by El Forum - 10-15-2007, 08:04 AM
wordpress url / CI uri - by El Forum - 10-15-2007, 08:34 AM
wordpress url / CI uri - by El Forum - 10-15-2007, 08:38 AM
wordpress url / CI uri - by El Forum - 10-15-2007, 08:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB