Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter with Multiple Sites
#11

in htaccess I'm write

DirectoryIndex index.php
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php?/$1 [L,QSA]
RewriteRule ^(.*)$ ./subdomains/accounts/index.php?/$1 [L,QSA]
Reply


Messages In This Thread
CodeIgniter with Multiple Sites - by demonicinn - 10-09-2016, 10:02 PM
RE: CodeIgniter with Multiple Sites - by Wouter60 - 10-10-2016, 01:10 PM
RE: CodeIgniter with Multiple Sites - by suhindra - 10-10-2016, 11:46 PM
RE: CodeIgniter with Multiple Sites - by suhindra - 10-11-2016, 02:04 AM
RE: CodeIgniter with Multiple Sites - by salain - 10-12-2016, 02:49 AM
RE: CodeIgniter with Multiple Sites - by salain - 10-12-2016, 06:33 AM
RE: CodeIgniter with Multiple Sites - by demonicinn - 10-12-2016, 06:44 AM
RE: CodeIgniter with Multiple Sites - by salain - 10-12-2016, 10:16 PM
RE: CodeIgniter with Multiple Sites - by salain - 10-13-2016, 12:17 AM
RE: CodeIgniter with Multiple Sites - by salain - 10-13-2016, 12:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB