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

[eluser]Sorry[/eluser]
just put this in your .htaccess

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|favicon\.ico|robots\.txt|js)
RewriteRule ^(.*)$ /index.php/$1 [L]

instead of
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

there it is also possible to access the favicon.ico, so you just have to put one in your root directory

-> oh i was too slow...


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