Welcome Guest, Not a member yet? Register   Sign In
How to inlucde external javascipt libraries
#4

[eluser]ricmen[/eluser]
well if works tell me please to know

my .htaccess file is this

<IfModule mod_rewrite.c>
# Turn on URL rewriting
RewriteEngine On

# If your website begins from a folder e.g localhost/my_project then
# you have to change it to: RewriteBase /my_project/
# If your site begins from the root e.g. example.local/ then
# let it as it is
RewriteBase /MYAPP/

# Protect application and system files from being viewed when the index.php is missing
RewriteCond $1 ^(application|system|private|logs)

# Rewrite to index.php/access_denied/URL
RewriteRule ^(.*)$ index.php/access_denied/$1 [PT,L]

# Allow these directories and files to be displayed directly:
RewriteCond $1 ^(index\.php|txt|js|robots\.txt|images|css|opensearch\.xml|favicon\.ico|assets|forums)

# No rewriting
RewriteRule ^(.*)$ - [PT,L]

# Rewrite to index.php/URL
RewriteRule ^(.*)$ index.php/$1 [PT,L]
</IfModule>


Messages In This Thread
How to inlucde external javascipt libraries - by El Forum - 08-20-2013, 11:44 AM
How to inlucde external javascipt libraries - by El Forum - 08-20-2013, 11:57 AM
How to inlucde external javascipt libraries - by El Forum - 08-20-2013, 12:02 PM
How to inlucde external javascipt libraries - by El Forum - 08-20-2013, 12:07 PM
How to inlucde external javascipt libraries - by El Forum - 08-20-2013, 07:21 PM
How to inlucde external javascipt libraries - by El Forum - 08-23-2013, 10:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB