Welcome Guest, Not a member yet? Register   Sign In
Problem with base_url() and files not loading
#3

[eluser]Bryan Seeds[/eluser]
copernicus :

Yeah if your resources aren't loading then it is getting 'lost' in the rewrites.. edit your .htaccess like jedd had mentioned.. mine is like this :

RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|js|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

And is your base_url() output right? your base = 'http://reportermag.com/beta/ads/adrequest/' ??

-Bryan


Messages In This Thread
Problem with base_url() and files not loading - by El Forum - 03-25-2009, 03:20 PM
Problem with base_url() and files not loading - by El Forum - 03-25-2009, 03:36 PM
Problem with base_url() and files not loading - by El Forum - 03-25-2009, 03:43 PM
Problem with base_url() and files not loading - by El Forum - 03-26-2009, 11:12 PM
Problem with base_url() and files not loading - by El Forum - 03-27-2009, 10:32 AM
Problem with base_url() and files not loading - by El Forum - 03-29-2009, 05:05 PM
Problem with base_url() and files not loading - by El Forum - 03-29-2009, 05:39 PM
Problem with base_url() and files not loading - by El Forum - 04-07-2009, 04:18 PM
Problem with base_url() and files not loading - by El Forum - 04-07-2009, 04:36 PM
Problem with base_url() and files not loading - by El Forum - 04-07-2009, 06:06 PM
Problem with base_url() and files not loading - by El Forum - 04-10-2009, 06:24 PM
Problem with base_url() and files not loading - by El Forum - 04-10-2009, 06:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB