valisforever
Forum Replies Created
-
Done.
It was a wrong route caming from the original blog cloned, that persisted in the htaccess, inside the /admin subdirectory. Erased that htaccess file and everything went smooth! ??
Thanks for your haelp!
Ok, like you said, it was an .htcaccess issue.
I’ve read this thread, and changed .htaccess from:
# 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
to
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /gadpruebas/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /gadpruebas/index.php [L] </IfModule> # END WordPress
Now the navigation works fine, but when I try to access to the wordpress configuration, I still get an error:
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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Any ideas? I guess mod_rewrite is enable, but do you think it’s still this kind of issue?
Thanks a lot for your support!
WTF? If I make a search, using the search box, it finds the related posts, why can’t I navigate then?