<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^ ^$1 [N]
RewriteCond %{REQUEST_URI} (.w+$) [NC]
RewriteRule ^(.*)$ public/$1
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ server.php
</IfModule>
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/public/
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /public/$1
</IfModule>
Options +FollowSymLinks -Indexes
RewriteEngine On
RewriteCond %{HTTP:Authorization}
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
Code Example |
---|
Php :: pdo transaction |
Php :: brew switch php version |
Php :: php string to int |
Php :: how to remove notice error in php |
Php :: str slug laravel |
Php :: image acf |
Php :: php get youtube code from url |
Php :: php password validation preg_match |
Php :: debug wordpress |
Php :: download php7.4-mbstring ubuntu |
Php :: date casting from datetime to d-m-Y laravel |
Php :: illuminate database queryexception could not find driver laravel 9 |
Php :: +1 month php |
Php :: hide php extension in url |
Php :: php 3 months ago |
Php :: wordpress change site address |
Php :: php reset array keys |
Php :: utf8 encode php |
Php :: php sec into date time |
Php :: php current file name |
Php :: year shortcode wordpress |
Php :: get year in laravel 8 |
Php :: html input date php date today |
Php :: php switch |
Php :: php clean html tags |
Php :: wordpress stop redirect to https |
Php :: ubuntu 18.04 php is not working |
Php :: laravel getbindings |
Php :: localhost install new plugin ftp wp |
Php :: sql row count php pdo |