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

[eluser]TheFuzzy0ne[/eluser]
First of all, this line is unnecessary:
Code:
RewriteCond $1 !^(index\.php|images|assets|css|js|robots\.txt)

The two lines below it ensure that the rewrite rule only fires if the directory/file exists. I think that this may be the line that's causing the problem, as all requests will always be passed to index.php, because the request URI never starts with index.php, images, assets, css, js or robots.txt - They always start with "/beta".

Good luck!


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