ruạṛ
<IfModule mod_ssl.c> <VirtualHost *:80> ServerName schoolportal.technogenesis.co.in DocumentRoot /var/www/school_portal_admin/public <Directory /var/www/school_portal_admin/public> Options Indexes FollowSymLinks Multiviews AllowOverride All Require all granted </Directory> <FilesMatch \.php$> SetHandler "proxy:unix:/run/php/php7.4-fpm.sock|fcgi://localhost" </FilesMatch> ErrorLog ${APACHE_LOG_DIR}/schoolportal_error.log CustomLog ${APACHE_LOG_DIR}/schoolportal_access.log combined RewriteEngine on # Some rewrite rules in this file were disabled on your HTTPS site, # because they have the potential to create redirection loops. # RewriteCond %{SERVER_NAME} =schoolportal.technogenesis.co.in # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> </IfModule>
cải xoăn