Forums
Forums / Fixing WordPress / Php issues
(@careers_mds)
19 years ago
I’m installing a new WordPress blog and notice that the blog appears at Blog but it does not appear at Blog. ( I get directory listing only) Is this normal?
(@michaelh)
That’s usually because your Directory indexes are not setup to process index.php as and index file.
Could put this in your .htaccess file:
DirectoryIndex index.html index.htm index.php
The topic ‘Php issues’ is closed to new replies.