stenvala/CPUtemperatureMonitor/master/rest/.htaccess - Htaccess File

stenvala/CPUtemperatureMonitor/master/rest/.htaccess

RewriteEngine On 

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{HTTP_HOST} ^(.*).mathcodingclub.com$
RewriteCond %{REQUEST_URI} ^(.*)rest(.*)$
RewriteRule ^(.*)$ %{DOCUMENT_ROOT}/%1/rest/index.php [QSA,L]

RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{HTTP_HOST} ^localhost$ [NC]
RewriteRule ^(.*)$ %{ENV:BASE}index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
DOCUMENT_ROOT, ENV, HTTP_HOST, REQUEST_FILENAME, REQUEST_URI

Comments

Apache