Untitled


SUBMITTED BY: WesleySantista

DATE: March 8, 2024, 12:04 p.m.

FORMAT: Text only

SIZE: 114 Bytes

HITS: 169

  1. RewriteEngine on
  2. RewriteCond %{REQUEST_URI} !public/
  3. RewriteRule (.*) /public/$1 [L]
  4. php_flag display_errors on

comments powered by Disqus