Welcome Guest, Not a member yet? Register   Sign In
upload problem
#7

[eluser]TheFuzzy0ne[/eluser]
You'r htaccess file should be in the same directory as your index.php.

Code:
RewriteEngine on

RewriteCond %{REQUEST_URI} !^(index\.php|images|css|js|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ index.php/$1 [L]


Messages In This Thread
upload problem - by El Forum - 04-25-2009, 12:41 PM
upload problem - by El Forum - 04-25-2009, 12:45 PM
upload problem - by El Forum - 04-25-2009, 12:57 PM
upload problem - by El Forum - 04-25-2009, 01:01 PM
upload problem - by El Forum - 04-25-2009, 01:01 PM
upload problem - by El Forum - 04-27-2009, 12:12 AM
upload problem - by El Forum - 04-27-2009, 03:35 AM
upload problem - by El Forum - 04-27-2009, 06:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB