Tag: apache
This serves a 403 forbidden for any route with blog.
RewriteRule ^(.*/)?blog(.*/)?/ - [F,L]...
in httpd.conf
AllowMethods GET POST OPTIONS
In each VirtualHost directive
## Disallow...
in httpd.conf
AllowMethods GET POST OPTIONS
In each VirtualHost directive
## Disallow...
This serves a 403 forbidden for any route with blog.
RewriteRule ^(.*/)?blog(.*/)?/ - [F,L]...
Working and testing out redirects for Apache
To work on a testing local install of the site make...
You gotta have composer installed
cd /home/ec2-user/
sudo curl -sS...