Welcome Guest, Not a member yet? Register   Sign In
Problem removing index.php from url
#13

[eluser]Nick Husher[/eluser]
[quote author="wiredesignz" date="1253210934"]Server 500 errors indicate mod_rewrite is not installed.[/quote]

Not necessarily true. Disallowed .htaccess directives can trigger a 500 error. Running the pre-installed OS X Apache server, I had to specifically allow overrides for my home directory. I have this in my httpd configs:

Code:
<Directory "/Users/nhusher/Sites/">
    Options Indexes MultiViews
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>


Messages In This Thread
Problem removing index.php from url - by El Forum - 09-16-2009, 11:24 PM
Problem removing index.php from url - by El Forum - 09-16-2009, 11:32 PM
Problem removing index.php from url - by El Forum - 09-17-2009, 12:55 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 01:28 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 03:33 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 03:37 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 06:36 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 06:38 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 07:04 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 07:08 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 07:37 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 08:10 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 08:24 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 08:36 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 09:55 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 09:55 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 12:02 PM
Problem removing index.php from url - by El Forum - 09-22-2009, 04:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB