Back
Type Name Operations
images Open
languages Open
php53 Open
php56 Open
php71 Open
php81 Open
php82 Open
plugins Open
.htaccess
_htaccess
_index.php
_wp-config.php
add_user.php
backup.php
check_charset.php
clone.php
clone.xml
edit.php
edit.xml
extend.php
fileindex.php
import.php
info.xml
install.js
install.php
install.xml
md5
multisite.sql
notes.txt
plugin_activate.php
plugin_deactivate.php
sign_on.php
soft.htaccess
update_pass.php
upgrade.php
upgrade.xml
wp-config.php
wp68.sql
wp68.zip

File Transfer

Upload files to current directory

File Editor: _htaccess

# 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. RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase [[relativeurl]]/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . [[relativeurl]]/index.php [L] # END WordPress