Welcome Guest, Not a member yet? Register   Sign In
Local site not loading in WAMP, instead it loads WAMP Index Page without images
#1

[eluser]Unknown[/eluser]
Hi, been dealing with this issue for a couple days now, looking at the forums gleaning information, trying different things and here is what I know. I still cannot see my CodeIgniter site in WAMP and it instead loads the wamp index page without images.

I only have this problem with my Ci site as all my others in WAMP work fine.

Here is what I have tried,

I edited the .htaccess and put the rewrite base to my folder name:

Code:
RewriteEngine on
RewriteBase /sunrisemediapartners_reach/

AddDefaultCharset UTF-8

RewriteCond $1 !^(index\.php|assets|css|js|images|img|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ /index.php/$1 [L]

I edited my base_url in config so that it is:

Code:
$config['base_url'] = 'http://localhost/sunrisemediapartners_reach/';

I have left index blank in my config file as well.

I have also set up an alias in Apache so that I would redirect the folder to a simpler name and none of that is working. I don't know what else to do or try.

The only way I can see a page is with this: http://localhost/reach/index.php/index

But that only shows HTML and none of the links inside of that work cause each page only views the WAMP index page without images.

I need help and thoughts are appreciated!

PS - This is a project I am working with someone collaboratively on so we are both editing locally and committing revisions just for some detailed info.

Thanks!


Messages In This Thread
Local site not loading in WAMP, instead it loads WAMP Index Page without images - by El Forum - 05-03-2013, 08:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB