Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter app to manage hundreds of domains
#5

[eluser]transition[/eluser]
[quote author="Rodrigo Ferreira" date="1285283158"]You may try something with mod_rewrite. You'd have to insert a .htaccess file in all domains with something like...

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule (.*) http://mastersite/$1
</IfModule>

... or setup a default rewrite rule in http.conf.

You could also rewrite the system path. For more information:
http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html[/quote]

Tried the first directive although it just seems to redirect me not rewrite. What i need might be in the that link but i can't figure it out.


Messages In This Thread
CodeIgniter app to manage hundreds of domains - by El Forum - 09-23-2010, 07:31 AM
CodeIgniter app to manage hundreds of domains - by El Forum - 09-23-2010, 08:12 AM
CodeIgniter app to manage hundreds of domains - by El Forum - 09-23-2010, 08:56 AM
CodeIgniter app to manage hundreds of domains - by El Forum - 09-23-2010, 12:05 PM
CodeIgniter app to manage hundreds of domains - by El Forum - 09-23-2010, 12:16 PM
CodeIgniter app to manage hundreds of domains - by El Forum - 09-23-2010, 12:21 PM
CodeIgniter app to manage hundreds of domains - by El Forum - 09-23-2010, 12:24 PM
CodeIgniter app to manage hundreds of domains - by El Forum - 09-23-2010, 12:35 PM
CodeIgniter app to manage hundreds of domains - by El Forum - 09-24-2010, 12:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB