How can i remove this “/?doing_wp_cron=” from showing on my Browser
-
Please can somebody help me out to remove this:
“?doing_wp_cron=1668372666.9439299106597900390625” showing on my Browser after my Url,I try to read online and i got this information.
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{QUERY_STRING} (^|&)doing_wp_cron= [NC]
RewriteRule (.*) /$1? [R=301,L]
</IfModule>OR
RewriteCond %{QUERY_STRING} (^|&)doing_wp_cron=[0-9]+.[0-9]+(&|$) [NC]
RewriteRule ^ %{REQUEST_URI}? [R=301,L]Please can somebody guard me so that i can not break my site, i am not a professional.
THANKS
- This topic was modified 2 years ago by . Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How can i remove this “/?doing_wp_cron=” from showing on my Browser’ is closed to new replies.