Current time: 06-19-2024, 02:15 AM Hello There, Guest! (LoginRegister)


Post Reply 
[Resuelto] Problema Index.html
Author Message
Piradoxlanieve Offline
Junior Member
*

Posts: 246
Joined: Jul 2009
Reputation: 0
Post: #4
RE: Problema Index.html
Code:
<IfModule mod_fastcgi.c>
        ScriptAlias /php5/ /var/www/fcgi/dominio.tld/
        <Directory "/var/www/fcgi/dominio.tld">
            AllowOverride None
            Options +ExecCGI -MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

Code:
<Directory /var/www/virtual/dominio.tld/htdocs>
        # httpd dmn entry PHP support BEGIN.
        # httpd dmn entry PHP support END.
        Options -Indexes Includes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
Lo mas logico seria en este no? pero pone ALL:S


AllowOverride Indexes--> Seria esto no?

De todas formas cree un .htaccess con esto

Options +Indexes +MultiViews +FollowSymlinks

y funciona pero bueno me gustaria saber si seria esa opcion la que tu me decias.

Gracias
(This post was last modified: 11-07-2010 10:36 PM by Piradoxlanieve.)
11-02-2010 05:52 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Problema Index.html - kurgans - 11-01-2010, 04:53 AM
RE: Problema Index.html - kilburn - 11-01-2010, 07:55 PM
RE: Problema Index.html - Piradoxlanieve - 11-02-2010 05:52 AM
RE: Problema Index.html - kilburn - 11-02-2010, 05:56 AM
RE: Problema Index.html - Piradoxlanieve - 11-02-2010, 11:47 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)