Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem on running on local host #22

Closed
MiniKamra opened this issue Sep 8, 2017 · 1 comment
Closed

problem on running on local host #22

MiniKamra opened this issue Sep 8, 2017 · 1 comment

Comments

@MiniKamra
Copy link

@kirilkirkov i have the similar problem as @laayis had,

I have cloned the repo. When i try to asses the site over the browser it i cannot pull the css, what am i doing wrong? I have set my Base Url like this $config['base_url'] = 'http://localhost/shoppingcart/'; "shoppingcart" is what i renamed the clone repo to.

after adding the following in .htaccess file

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]

CSS is still not showing. I can not have the application in root folder as have other projects also.

@kirilkirkov
Copy link
Owner

@MiniKamra If you use Linux are you sure that have rights to css files?
What errors give you apache logs? (if you use apache)

Ok, you also can add virtual host/domain to point to this directory :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants