WordPress Virus
I have a problem with WordPress site. First thing is I cant open /wp-admin beacuse: too many redirections. Second I cant event open my site because it redirect me to other site myspaceid.space which redirect to random page. I've been searching anwer in google, I've been looking for injection in themes file, in main core wordpress file and I couldn't find a problem.
Any sugestions ?
http://jkconcept.net
wordpress redirect code-injection
add a comment |
I have a problem with WordPress site. First thing is I cant open /wp-admin beacuse: too many redirections. Second I cant event open my site because it redirect me to other site myspaceid.space which redirect to random page. I've been searching anwer in google, I've been looking for injection in themes file, in main core wordpress file and I couldn't find a problem.
Any sugestions ?
http://jkconcept.net
wordpress redirect code-injection
Have you checked .htaccess file? It could be possible source of the problem.
– zipkundan
Nov 14 '18 at 16:16
Maybe this can help: FAQ My website was hacked | WordPress Codex.
– cabrerahector
Nov 14 '18 at 16:24
.htaccess is fine
– Patrick
Nov 14 '18 at 16:38
I can see the page is almost full loaded and then it redirect to myspaceid.space
– Patrick
Nov 14 '18 at 16:52
Disable all plugins and see if the problem persists, if it doesn't, reinstall one by one until the problem starts again. If the issue is still there with all plugins disabled, then the problem is most likely with your theme. You may want to consider installing Wordfence as well, which can scan your site and detect issues.
– APAD1
Nov 14 '18 at 20:06
add a comment |
I have a problem with WordPress site. First thing is I cant open /wp-admin beacuse: too many redirections. Second I cant event open my site because it redirect me to other site myspaceid.space which redirect to random page. I've been searching anwer in google, I've been looking for injection in themes file, in main core wordpress file and I couldn't find a problem.
Any sugestions ?
http://jkconcept.net
wordpress redirect code-injection
I have a problem with WordPress site. First thing is I cant open /wp-admin beacuse: too many redirections. Second I cant event open my site because it redirect me to other site myspaceid.space which redirect to random page. I've been searching anwer in google, I've been looking for injection in themes file, in main core wordpress file and I couldn't find a problem.
Any sugestions ?
http://jkconcept.net
wordpress redirect code-injection
wordpress redirect code-injection
asked Nov 14 '18 at 15:19
PatrickPatrick
44
44
Have you checked .htaccess file? It could be possible source of the problem.
– zipkundan
Nov 14 '18 at 16:16
Maybe this can help: FAQ My website was hacked | WordPress Codex.
– cabrerahector
Nov 14 '18 at 16:24
.htaccess is fine
– Patrick
Nov 14 '18 at 16:38
I can see the page is almost full loaded and then it redirect to myspaceid.space
– Patrick
Nov 14 '18 at 16:52
Disable all plugins and see if the problem persists, if it doesn't, reinstall one by one until the problem starts again. If the issue is still there with all plugins disabled, then the problem is most likely with your theme. You may want to consider installing Wordfence as well, which can scan your site and detect issues.
– APAD1
Nov 14 '18 at 20:06
add a comment |
Have you checked .htaccess file? It could be possible source of the problem.
– zipkundan
Nov 14 '18 at 16:16
Maybe this can help: FAQ My website was hacked | WordPress Codex.
– cabrerahector
Nov 14 '18 at 16:24
.htaccess is fine
– Patrick
Nov 14 '18 at 16:38
I can see the page is almost full loaded and then it redirect to myspaceid.space
– Patrick
Nov 14 '18 at 16:52
Disable all plugins and see if the problem persists, if it doesn't, reinstall one by one until the problem starts again. If the issue is still there with all plugins disabled, then the problem is most likely with your theme. You may want to consider installing Wordfence as well, which can scan your site and detect issues.
– APAD1
Nov 14 '18 at 20:06
Have you checked .htaccess file? It could be possible source of the problem.
– zipkundan
Nov 14 '18 at 16:16
Have you checked .htaccess file? It could be possible source of the problem.
– zipkundan
Nov 14 '18 at 16:16
Maybe this can help: FAQ My website was hacked | WordPress Codex.
– cabrerahector
Nov 14 '18 at 16:24
Maybe this can help: FAQ My website was hacked | WordPress Codex.
– cabrerahector
Nov 14 '18 at 16:24
.htaccess is fine
– Patrick
Nov 14 '18 at 16:38
.htaccess is fine
– Patrick
Nov 14 '18 at 16:38
I can see the page is almost full loaded and then it redirect to myspaceid.space
– Patrick
Nov 14 '18 at 16:52
I can see the page is almost full loaded and then it redirect to myspaceid.space
– Patrick
Nov 14 '18 at 16:52
Disable all plugins and see if the problem persists, if it doesn't, reinstall one by one until the problem starts again. If the issue is still there with all plugins disabled, then the problem is most likely with your theme. You may want to consider installing Wordfence as well, which can scan your site and detect issues.
– APAD1
Nov 14 '18 at 20:06
Disable all plugins and see if the problem persists, if it doesn't, reinstall one by one until the problem starts again. If the issue is still there with all plugins disabled, then the problem is most likely with your theme. You may want to consider installing Wordfence as well, which can scan your site and detect issues.
– APAD1
Nov 14 '18 at 20:06
add a comment |
1 Answer
1
active
oldest
votes
Open your phpmyadmin, go to wp_options and check if your URL is correctly fowarding to wordpress.
wp_config.php
doesn't use a URL, and if the URL was set incorrectly in thewp_options
table it wouldn't load the site at all.
– APAD1
Nov 14 '18 at 20:07
@APAD1 i meant to say wp_options, not config, just edited my post. But i guess its not the problem.
– César N.
Nov 14 '18 at 20:10
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53303446%2fwordpress-virus%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Open your phpmyadmin, go to wp_options and check if your URL is correctly fowarding to wordpress.
wp_config.php
doesn't use a URL, and if the URL was set incorrectly in thewp_options
table it wouldn't load the site at all.
– APAD1
Nov 14 '18 at 20:07
@APAD1 i meant to say wp_options, not config, just edited my post. But i guess its not the problem.
– César N.
Nov 14 '18 at 20:10
add a comment |
Open your phpmyadmin, go to wp_options and check if your URL is correctly fowarding to wordpress.
wp_config.php
doesn't use a URL, and if the URL was set incorrectly in thewp_options
table it wouldn't load the site at all.
– APAD1
Nov 14 '18 at 20:07
@APAD1 i meant to say wp_options, not config, just edited my post. But i guess its not the problem.
– César N.
Nov 14 '18 at 20:10
add a comment |
Open your phpmyadmin, go to wp_options and check if your URL is correctly fowarding to wordpress.
Open your phpmyadmin, go to wp_options and check if your URL is correctly fowarding to wordpress.
edited Nov 14 '18 at 20:09
answered Nov 14 '18 at 20:01
César N.César N.
536
536
wp_config.php
doesn't use a URL, and if the URL was set incorrectly in thewp_options
table it wouldn't load the site at all.
– APAD1
Nov 14 '18 at 20:07
@APAD1 i meant to say wp_options, not config, just edited my post. But i guess its not the problem.
– César N.
Nov 14 '18 at 20:10
add a comment |
wp_config.php
doesn't use a URL, and if the URL was set incorrectly in thewp_options
table it wouldn't load the site at all.
– APAD1
Nov 14 '18 at 20:07
@APAD1 i meant to say wp_options, not config, just edited my post. But i guess its not the problem.
– César N.
Nov 14 '18 at 20:10
wp_config.php
doesn't use a URL, and if the URL was set incorrectly in the wp_options
table it wouldn't load the site at all.– APAD1
Nov 14 '18 at 20:07
wp_config.php
doesn't use a URL, and if the URL was set incorrectly in the wp_options
table it wouldn't load the site at all.– APAD1
Nov 14 '18 at 20:07
@APAD1 i meant to say wp_options, not config, just edited my post. But i guess its not the problem.
– César N.
Nov 14 '18 at 20:10
@APAD1 i meant to say wp_options, not config, just edited my post. But i guess its not the problem.
– César N.
Nov 14 '18 at 20:10
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53303446%2fwordpress-virus%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have you checked .htaccess file? It could be possible source of the problem.
– zipkundan
Nov 14 '18 at 16:16
Maybe this can help: FAQ My website was hacked | WordPress Codex.
– cabrerahector
Nov 14 '18 at 16:24
.htaccess is fine
– Patrick
Nov 14 '18 at 16:38
I can see the page is almost full loaded and then it redirect to myspaceid.space
– Patrick
Nov 14 '18 at 16:52
Disable all plugins and see if the problem persists, if it doesn't, reinstall one by one until the problem starts again. If the issue is still there with all plugins disabled, then the problem is most likely with your theme. You may want to consider installing Wordfence as well, which can scan your site and detect issues.
– APAD1
Nov 14 '18 at 20:06