Files
ngx_http_apache_rewrite_module/cms/wordpress-multy/custom-script.php

7 lines
216 B
PHP
Raw Normal View History

2026-03-23 01:15:59 +03:00
<?php
// WordPress Multisite Test PHP File
// This file is tested via RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
// Any .php file access rule
echo "WordPress Multisite custom script - direct PHP file access";