Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

too many redirects wordpress

Issue was solved by removing the .htaccess file as .htaccess files was containing
<FilesMatch ".(phtml|php|PhP|php5|suspected)$">
Order Allow,Deny
Deny from all
</FilesMatch>


reference : 
https://cwiki.apache.org/confluence/display/HTTPD/ClientDeniedByServerConfiguration
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #redirects #wordpress
ADD COMMENT
Topic
Name
8+2 =