Welcome Guest, Not a member yet? Register   Sign In
htaccess issue
#7

[eluser]Pascal Kriete[/eluser]
Try something along these lines:
Code:
RewriteEngine on
RewriteBase /

RewriteRule ^js/(.*)$ system/application/js/$1 [L]

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


Messages In This Thread
htaccess issue - by El Forum - 05-23-2008, 11:51 AM
htaccess issue - by El Forum - 05-24-2008, 01:47 AM
htaccess issue - by El Forum - 05-24-2008, 02:39 AM
htaccess issue - by El Forum - 05-24-2008, 04:18 AM
htaccess issue - by El Forum - 05-24-2008, 05:45 AM
htaccess issue - by El Forum - 05-24-2008, 07:00 AM
htaccess issue - by El Forum - 05-24-2008, 07:33 AM
htaccess issue - by El Forum - 05-24-2008, 08:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB