Answers for "apache htaccess read from /public"

PHP
0

apache htaccess read from /public

RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
Posted by: Guest on October-19-2021
0

apache htaccess read from /public

<?php
header('Location: public/');
Posted by: Guest on March-05-2022

Browse Popular Code Answers by Language