Welcome Guest, Not a member yet? Register   Sign In
Including Javascript files
#2

[eluser]CroNiX[/eluser]
depends on your htaccess rules, which you should post. Most likely you aren't allowing access if you are using one of the htaccess files floating around the forums and haven't adjusted it properly. Use the one with -F and -D rules, not the other which needs constant adjustment whenever you add files/directories, which is stupid (you'd have to add your js dir to it to allow access).

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


Messages In This Thread
Including Javascript files - by El Forum - 07-09-2012, 07:46 AM
Including Javascript files - by El Forum - 07-09-2012, 09:53 AM
Including Javascript files - by El Forum - 07-09-2012, 09:56 AM
Including Javascript files - by El Forum - 07-09-2012, 10:01 AM
Including Javascript files - by El Forum - 07-09-2012, 10:08 AM
Including Javascript files - by El Forum - 07-09-2012, 10:16 AM
Including Javascript files - by El Forum - 07-09-2012, 11:50 AM
Including Javascript files - by El Forum - 07-09-2012, 12:47 PM
Including Javascript files - by El Forum - 07-10-2012, 03:28 AM
Including Javascript files - by El Forum - 07-10-2012, 05:51 AM
Including Javascript files - by El Forum - 07-10-2012, 08:13 AM
Including Javascript files - by El Forum - 07-10-2012, 08:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB