We have a developer installing WP in one of the prescribed methods, uploading files and running to get setup prompts for the wp-config.php file.
This redirects to wp-admin/setup-config.php which is blocked with a 403 error.
If I rename the file it runs just fine.
The page doesn't show up in the mod security hits list.
There is a mod_security rule that MAY affect this but I've disabled it anyway.
The WP install is in a subdirectory of public_html, and I've even emptied the public_html/.htaccess entirely.
I've been puzzled on this one way too long.
Please advise...
This redirects to wp-admin/setup-config.php which is blocked with a 403 error.
If I rename the file it runs just fine.
The page doesn't show up in the mod security hits list.
There is a mod_security rule that MAY affect this but I've disabled it anyway.
comodo_apache 210685
SecRule REQUEST_FILENAME "@endsWith /wp-admin/setup-config.php" \
"id:210685,chain,phase:2,pass,nolog,t:none,rev:3,severity:2,tag:'CWAF',tag:'Generic'"
SecRule ARGS:step "@streq 2" \
"ctl:ruleRemoveTargetByTag=CWAF;ARGS:pwd,t:none"
The WP install is in a subdirectory of public_html, and I've even emptied the public_html/.htaccess entirely.
I've been puzzled on this one way too long.
Please advise...
Last edited by a moderator: