Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
RewriteEngine on RewriteOptions inherit # BEGIN WordPress # The directives (lines..
Decoded Output download
<?
RewriteEngine on
RewriteOptions inherit
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
# END WordPress
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^/?$ "https\:\/\/www\.google\.com\/" [R=301,L]
?>
Did this file decode correctly?
Original Code
RewriteEngine on
RewriteOptions inherit
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
# END WordPress
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^/?$ "https\:\/\/www\.google\.com\/" [R=301,L]
Function Calls
None |
Stats
MD5 | de64712dc67039637ae88ebb8c9a07c2 |
Eval Count | 0 |
Decode Time | 50 ms |