Welcome Guest, Not a member yet? Register   Sign In
problem: index.php still exist in after modifying .htaccess
#11

[eluser]toopay[/eluser]
@anthar, remove '/' before 'index.php' in your htaccess rewrite rule, also do insiteFX suggestion : change the value in the config :
Code:
$config['uri_protocol']    = "AUTO";
from AUTO, to PATH_INFO or REQUEST_URI
#12

[eluser]Alpha[/eluser]
-i did changed .htaccess to "deny form all" and i got

Forbidden

You don't have permission to access / on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

-changed the value of $config['uri_protocol'] from AUTO, to PATH_INFO or REQUEST_URI

-remove ‘/’ before ‘index.php’

none worked, my generated url still looks http://sub.domain.com/index.php/class/function.html

Sad tnx




Theme © iAndrew 2016 - Forum software by © MyBB