Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

.htaccess when deploying

Options +FollowSymLinks
IndexIgnore */*

RewriteEngine on

# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# otherwise forward it to index.php
RewriteRule . index.php
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell open excel file 
Shell :: Payload create wireless network association (auto connect) pineapple 
Shell :: view ip rules linux 
Shell :: how to look for tree in ubuntu 
Shell :: nc + bash 
Shell :: docker cleanup - Remove Docker Images, Containers, Networks & Volumes 
Shell :: c program to add 1 to each digit of a number 
Shell :: see postrouting rules linux 
Shell :: cmd create fgile 
Shell :: golang .profile 
Shell :: git add symlink alias link file folder 
Shell :: ubuntu edit command 
Shell :: how to install xampp in ubuntu 20.04 
Shell :: mount android device [using simple-mtpfs] in linux 
Shell :: comment installer twitter sur ubuntu 20.04 
Shell :: update pulumi 
Shell :: view files added to next commit after running git add 
Shell :: test(abc,def); = test(test1,test2); 
Shell :: Specify Domain Names while issuing Certbot Certificate 
Shell :: ssh configuration packet tracer 
Shell :: eb setenv 
Shell :: how to change default directory in linux 
Shell :: jenkins pipeline for sonarqube 
Shell :: how to uninstall networkx in windows 10 
Shell :: how to run packages installed locally 
Shell :: keycloak constraint already exists 
Shell :: bat to delete all ".trashed" files in subfolders 
Shell :: open git bash here not showing 
Shell :: Install Discord Together 
Shell :: allocate gpu in hpc slurm 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =