Colabora en los FAQ. Ayudarás a la comunidad y esta te lo agradecerá.
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, webmaster@--.es and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
RewriteEngine onRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME}\.php -fRewriteRule ^(.*)$ $1.phpPon eso en la carpeta en un archivo llamado .HTACCESS y ya
Utilize ese codigo y no lo acepta :S
bueno se me ocurrio ponerme a editar el .htaccess de mi hosting y dominio, hice esto para quitar la extensión .php de mis archivos, para que quedará asi:Normal: www.miweb.com/index.phpSin extensión: www.miweb.com/indexPues ya editado mi archivo .htaccess y subido a mi host y entro a mi pagina y me sale esto: Y no guarde una copia del antiguo .htaccess (porq no salia en ningun lado de mi ftp o webftp xD)como lo arreglo? Help me u.u
<ifmodule mod_rewrite.c>RewriteEngine onOptions +FollowSymlinksRewriteRule ^(.*)$ index.php?seccion=$1 [L,QSA]
<ifmodule mod_rewrite.c>RewriteEngine onOptions +FollowSymlinksRewriteRule ^(.*)$ $1.php [L,QSA]