guyz how to change a *.php file to *.420
suppose index.php to index.420?????
if u know then share with us pls
suppose index.php to index.420?????
if u know then share with us pls
Options +FollowSymlinks RewriteEngine On RewriteRule (.*).420 $1.php
Options +FollowSymlinks RewriteEngine On RewriteRule (.*).420 %1.php
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3.33 Server at 127.0.0.1 Port 80
php_value date.timezone Europe/Dublin
php_flag register_globals on
## USER IP BANNING
<Limit GET POST>
order allow,deny
deny from 0.0.0.0
allow from all
</Limit>
Options +FollowSymlinks RewriteEngine on RewriteRule ^(.*)\.420$ $1.php [NC]
[PHP] LoadModule rewrite_module modules/mod_rewrite.so
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3.33 Server at 127.0.0.1 Port 80
php_value date.timezone Europe/Dublin
php_flag register_globals on
Comment