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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -