Welcome Guest, Not a member yet? Register   Sign In
setting for javascript?
#1

[eluser]husni[/eluser]
do i need any setting to make sure that my javascript works??
i read the tutorial on mod rewrite and .htaccess file..
i dont have the .htaccess file..
anyone can help me? i've been stuck on how to make javascript in many days..
#2

[eluser]maria clara[/eluser]
i have posted in your thread here: http://ellislab.com/forums/viewthread/147517/. here's my .htaccess maybe this can help

Quote: RewriteEngine on

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




Theme © iAndrew 2016 - Forum software by © MyBB