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

Assets URL, when site is with script name "index.php" #5

Closed
Ainaras opened this issue Feb 23, 2013 · 1 comment
Closed

Assets URL, when site is with script name "index.php" #5

Ainaras opened this issue Feb 23, 2013 · 1 comment

Comments

@Ainaras
Copy link

Ainaras commented Feb 23, 2013

Hi,
I use CI environment, where in config is:

$config['index_page'] = 'index.php';

Then i add static asset (CSS) with

$this->assets->add('example.css')

In view is output get_styles(). Here i need URL to my asset "http://example.com/example.css" or "/example.css", but i get "http://example.com/index.php/example.css". I know, that here is specific case, but i think, that library must always right be.

@jackboberg
Copy link
Owner

duplicate of issue #3 fixed, thanks

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

No branches or pull requests

2 participants