Current time: 05-06-2024, 12:56 AM Hello There, Guest! (LoginRegister)


Post Reply 
fresh user :(
Author Message
Kika Offline
Member
***

Posts: 293
Joined: Feb 2007
Reputation: 8
Post: #3
RE: fresh user :(
if you create 2 domain and put the content to the domain1.tld and put a .htaccess file to the root of the domain2.tld than this will be a solution.

Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^(.*)$ http://domain1.tld/$1 [P,L]
</IfModule>
11-09-2010 04:57 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
fresh user :( - brianffm - 11-08-2010, 01:01 AM
RE: fresh user :( - kassah - 11-08-2010, 01:36 AM
RE: fresh user :( - Kika - 11-09-2010 04:57 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)