Welcome Guest, Not a member yet? Register   Sign In
subdomain failure with CI
#9

[eluser]ericsodt[/eluser]
[quote author="TheFuzzy0ne" date="1246127475"]I'm a bit confused by your reply. Perhaps I didn't explain correctly. The hosts file I'm referring to is on the PC you are using now, which I assumed was Windows. If it's been more than 72 hours, it's something that might be best taken up with your Web host. If you'd like to PM me the URL for your Web site, I will gladly see if I can get it to work for me.[/quote]

Sure, I can PM you. I'll have to do it later on though as I'm walking out the door. I did figure one thing out. I have to add the 'index.php' to the end of the subdomain name, dev.<mySite>/index.php/profile for example, for it to submit correctly (now the images dont show however.) I do have the mod rewrite in there though, so I thought that should have fixed it. Maybe my mod rewrite needs to be updated for the subdomain too?

.htaccess below
Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    #RewriteBase /

    #Removes access to the system folder by users.
    #Additionally this will allow you to create a System.php controller,
    #previously this would not have been possible.
    #'system' can be replaced if you have renamed your system folder.
    RewriteCond %{REQUEST_URI} ^system.*
    RewriteRule ^(.*)$ /index.php/$1 [L]

</IfModule>

Does this look correct? I dont see anything wrong with it...

anyways, I'll PM you the site later on tomorrow (bachelor party tonight). Thanks for your help!!


Messages In This Thread
subdomain failure with CI - by El Forum - 06-26-2009, 03:14 PM
subdomain failure with CI - by El Forum - 06-26-2009, 03:40 PM
subdomain failure with CI - by El Forum - 06-26-2009, 08:32 PM
subdomain failure with CI - by El Forum - 06-27-2009, 04:52 AM
subdomain failure with CI - by El Forum - 06-27-2009, 07:10 AM
subdomain failure with CI - by El Forum - 06-27-2009, 07:25 AM
subdomain failure with CI - by El Forum - 06-27-2009, 07:28 AM
subdomain failure with CI - by El Forum - 06-27-2009, 07:31 AM
subdomain failure with CI - by El Forum - 06-27-2009, 07:46 AM
subdomain failure with CI - by El Forum - 06-27-2009, 10:02 AM
subdomain failure with CI - by El Forum - 06-28-2009, 07:56 AM
subdomain failure with CI - by El Forum - 06-28-2009, 01:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB