Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/16/2015 in all areas

  1. Here you go....read this (whole) topic very carefully: Enable debug mode for only superusers or a given username $config->debugIf might also be of interest..
    1 point
  2. One other thing. Have you upgraded from apache 2.2 to 2.4? If so, there are a ton of things that have changed. See here http://httpd.apache.org/docs/trunk/en/upgrading.html [edit] I see that you are running 2.4 Start here... <Directory /home/me/www/testes.dev/public_html/> Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted </Directory> Notice the order deny allow has gone away.
    1 point
  3. 404 Errors would not point to any issue with the configuration per se, but with the url to filesystem (and/or rewrite) mapping. So I'd suggest looking into these things.
    1 point
×
×
  • Create New...