Foros del Web » Programando para Internet » PHP »

Consulta sobre PHP

Estas en el tema de Consulta sobre PHP en el foro de PHP en Foros del Web. Estimados tengo un sitio que me da el siguiente error: No input file specified Según investigue por google, hay que modificar un htaccess pero el ...
  #1 (permalink)  
Antiguo 03/08/2014, 16:53
 
Fecha de Ingreso: agosto-2014
Mensajes: 1
Antigüedad: 9 años, 8 meses
Puntos: 0
Consulta sobre PHP

Estimados tengo un sitio que me da el siguiente error: No input file specified

Según investigue por google, hay que modificar un htaccess pero el archivo que esta en el servidor contiene lo siguiente:

<ifModule mod_rewrite.c>
RewriteEngine on
RewriteCond $1 !^(index\.php|p|robots\.txt|sitemap\.xml|cron\.php )
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?$1 [L]
</ifModule>
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault A0
<filesMatch "\.(ico|js|css|png|gif|jpg|jpeg|swf|txt)$">
ExpiresDefault A29030400
</filesMatch>
<filesMatch "\.(json|xml|html)$">
ExpiresDefault A7200
</filesMatch>
<filesMatch "\.(php|cgi|pl|htm)$">
ExpiresActive Off
</filesMatch>
</ifModule>
<ifModule mod_headers.c>
<filesMatch "\.(ico|js|css|png|gif|jpg|jpeg|swf|txt)$">
Header append Cache-Control "p"
</filesMatch>
<filesMatch "\.(json|xml|html)$">
Header append Cache-Control "proxy-revalidate"
</filesMatch>
<filesMatch "\.(php|cgi|pl|htm)$">
Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
Header set Pragma "no-cache"
</filesMatch>
</ifModule>
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
</ifmodule>

Necesitaria saber que modificar para que el sitio se vea. Si alguien puede ayudarme le estaré muy agradecido

Saludos Efrain
  #2 (permalink)  
Antiguo 03/08/2014, 19:13
Avatar de Patriarka  
Fecha de Ingreso: enero-2011
Ubicación: Moreno, Buenos Aires, Argentina
Mensajes: 2.851
Antigüedad: 13 años, 2 meses
Puntos: 288
Respuesta: Consulta sobre PHP

lo probaste sin htaccess?
puede que aun no tengas habilitada la ruta en tu hosting

Etiquetas: html
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 20:17.