Toon posts:

SSI krijg ik niet aan de gang

Pagina: 1
Acties:

Verwijderd

Topicstarter
ik heb dit in httpd.conf maar toch werkt het niet iemand een idee wat ik fout heb gedaan?
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
Options Indexes FollowSymLinks MultiViews Includes

en

# If you want to use server side includes, or CGI outside
# ScriptAliased directories, uncomment the following lines.
#
# To use CGI scripts:
#
AddHandler cgi-script .cgi

#
# To use server-parsed HTML files
#

AddType text/html .shtml
AddHandler server-parsed .shtml

AddType text/html .html
AddHandler server-parsed .html

  • rvm
  • Registratie: November 2000
  • Niet online

rvm

Apache al eens opnieuw gestart (killall -HUP httpd)?

Wordt "Options" maar één keer in je httpd.conf gebruikt of wordt het voor bepaalde directories opnieuw/anders ingesteld?