php - Double slashes on Wordpress Admin URL redirects to wp-login -


i can access dashboard through www.example.com/wp-login.php links inside dashboard have double slashes before wp-admin.. "www.example.com//wp-admin/..." , when access url, server redirects me wp-login again...

my .htaccess file wp default

# 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 

any clue it?

thanks


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -