Welcome Guest, Not a member yet? Register   Sign In
Problem removing 'index.php' with .htaccess
#31

[eluser]Dhanapal MCA[/eluser]
[quote author="louis w" date="1212610977"]I did not even know ModRewrite could log. Where do you put that? I tried placing it in my .htaccess and it a server 500. Apache logs says "RewriteLog not allowed here"[/quote]
#32

[eluser]Dhanapal MCA[/eluser]
Quote:[quote author="louis w" date="1212613338"]Try this out (removed the quotes)

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

finally modify config file.

index = '';




Theme © iAndrew 2016 - Forum software by © MyBB