-
DONE with DNS setting (SubDomain * ) Zone editor type A with proper IP
-
Execute below commands php artisan config:cache php artisan cache:clear php artisan view:clear php artisan route:clear
-
My .htaccess file contain below code
Options -MultiViews -Indexes
RewriteEngine On
RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$ RewriteRule ^ %1 [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L]
RewriteCond %{HTTP_HOST} ^teamconsulting.com.au\$1\$2 RewriteRule ^(.*)$ $1.teamconsulting.com.au\ [R=301,L]
Here main URL working properly but subdomain URL not working Show error as per below
How to solve this issue?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire