Welcome Guest, Not a member yet? Register   Sign In
Using base_url() on my new host.
#7

[eluser]Xarren[/eluser]
Thank you for all your attention, I hate how a fullblown project which worked perfectly on my localhost got ripped to pieces, and Im up at 2am trying to fix it. fml.

Code:
RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI} ^system.*
    RewriteRule ^(.*)$ /index.php?/$1 [L]
    RewriteCond %{REQUEST_URI} ^application.*
    RewriteRule ^(.*)$ /index.php?/$1 [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php?/$1 [L]


Messages In This Thread
Using base_url() on my new host. - by El Forum - 07-22-2010, 05:31 PM
Using base_url() on my new host. - by El Forum - 07-22-2010, 06:06 PM
Using base_url() on my new host. - by El Forum - 07-22-2010, 06:22 PM
Using base_url() on my new host. - by El Forum - 07-22-2010, 06:32 PM
Using base_url() on my new host. - by El Forum - 07-22-2010, 06:48 PM
Using base_url() on my new host. - by El Forum - 07-22-2010, 06:57 PM
Using base_url() on my new host. - by El Forum - 07-22-2010, 07:14 PM
Using base_url() on my new host. - by El Forum - 07-22-2010, 07:15 PM
Using base_url() on my new host. - by El Forum - 07-22-2010, 07:39 PM
Using base_url() on my new host. - by El Forum - 07-23-2010, 06:38 AM
Using base_url() on my new host. - by El Forum - 07-23-2010, 07:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB