Skip to content

Commit 5557808

Browse files
Andrew Bakerclaude
andcommitted
Add index.php to prevent server errors on plugin directory URL
Fixes 5xx errors reported in Google Search Console for /wp-content/plugins/code-syntax-block/ — empty index.php returns a blank 200 instead of a server error. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dc791f9 commit 5557808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php // Silence is golden.

0 commit comments

Comments
 (0)