La situación es que estoy creando el .htaccess y coloque el siguiente código
Código HTML:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # deshabilita navegacion por directorios Options All -Indexes # protege archivo wp-config <files wp-config.php> order allow,deny deny from all </files> # protege archivo .htaccess <files .htaccess> order allow,deny deny from all </files> #Asegurar plugins <Files ~ "\.(js|css)$"> order allow,deny allow from all </Files>
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] 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 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Tengo el código malo o algun error? ya he buscado por google pero no consigo orientarme ...espero por su ayuda