Foros del Web » Administración de Sistemas » Apache »

mod_rewrite no Archivo No found!

Estas en el tema de mod_rewrite no Archivo No found! en el foro de Apache en Foros del Web. Hola que tal, acabo de instalar apache 2.2 y php5 y active el modulo de mod_rewrite, ya revise en php y esta corriendo configure el ...
  #1 (permalink)  
Antiguo 22/03/2009, 13:55
Avatar de ajalex  
Fecha de Ingreso: agosto-2003
Mensajes: 122
Antigüedad: 20 años, 8 meses
Puntos: 0
Exclamación mod_rewrite no Archivo No found!

Hola que tal, acabo de instalar apache 2.2 y php5 y active el modulo de mod_rewrite, ya revise en php y esta corriendo configure el httpd.conf pero cuando entro al sitio ya con el mod_rewrite ej: localhost/index.php por localhost/index.html me dice:

Cita:
Not Found

The requested URL /index.php was not found on this server.
esta configuracion tengo en mi httpd.conf:

Código:
<Directory />
    Options FollowSymLinks
    AllowOverride All
    Order deny,All
    Deny from all
</Directory>

#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#

#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "D:/server/htdocs">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride All

    #
    # Controls who can get stuff from this server.
    #
    Order allow,deny
    Allow from all

</Directory>

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
	DirectoryIndex index.html index.htm index.php index.php3 index.phtml index.html.var
	AddType application/x-httpd-php .php .php3 .phtml
	AddType application/x-httpd-php-source .phps
</IfModule>

#
# The following lines prevent .htaccess and .htpasswd files from being 
# viewed by Web clients. 
#
<FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
</FilesMatch>

alguien que me pueda ayudar?
  #2 (permalink)  
Antiguo 22/03/2009, 21:12
Avatar de David
Moderador
 
Fecha de Ingreso: abril-2005
Ubicación: In this planet
Mensajes: 15.720
Antigüedad: 19 años
Puntos: 839
Respuesta: mod_rewrite no Archivo No found!

No has definido ninguna regla de reescritura (RewriteRule) .
__________________
Por favor, antes de preguntar, revisa la Guía para realizar preguntas.
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 15:38.