Welcome Guest, Not a member yet? Register   Sign In
my .htaccess file is not working
#2

[eluser]zzet[/eluser]
1. question: Are you using PHP4 or PHP5?
2. question: Is your PHP running as a CGI or as an apache-module?

You can try these things:
RewriteRule ^(.*)$ /index.php/$1 [R] instead of ... [L]
or (if you have access to your php.ini and your PHP is running as CGI) you can add this line to your php.ini:
cgi.fix_pathinfo = 0


Messages In This Thread
my .htaccess file is not working - by El Forum - 03-14-2008, 10:21 PM
my .htaccess file is not working - by El Forum - 03-15-2008, 10:55 AM
my .htaccess file is not working - by El Forum - 03-15-2008, 11:08 AM
my .htaccess file is not working - by El Forum - 03-15-2008, 11:30 AM
my .htaccess file is not working - by El Forum - 03-15-2008, 11:16 PM
my .htaccess file is not working - by El Forum - 07-30-2009, 02:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB