Welcome Guest, Not a member yet? Register   Sign In
I cant include js files
#1

Hello, first time using CI and seems awesome!
Im trying to include a js file and doesnt seem to work.

Im getting 404 error not found.

View File:

PHP Code:
<script type="text/javascript" src="<?php echo base_url();?>js/ajaxGetRegions.js" ></script

My js path:

var/www/applications/js/ajaxGetRegions.js


.htaccess

PHP Code:
RewriteEngine On
RewriteCond 
%{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteCond 
$!^(index\.php|images|js|robots\.txt)
RewriteRule ^(.*)$ index.php [L,QSA

Seems that the problem is the .htaccess I used to remove the index.php, altough i try to exclude the js folder from that.

mod_rewrite is enabled.

Any ideas what could be the issue ?
Reply


Messages In This Thread
I cant include js files - by isengart - 06-09-2016, 12:54 AM
RE: I cant include js files - by pdthinh - 06-09-2016, 03:23 AM
RE: I cant include js files - by InsiteFX - 06-09-2016, 10:49 AM
RE: I cant include js files - by John_Betong - 06-09-2016, 04:41 PM
RE: I cant include js files - by InsiteFX - 06-10-2016, 03:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB