jack1972
Forum Replies Created
-
SAME THING HERE !
Forum: Plugins
In reply to: [Simple Membership] woocommerceif it is please let me know so i can solve this problem
yeah I’m waiting for my hosting provider to restore a 2 week old backup
how can this happen from Wordfence ????
stressed out
yes just did , nothing is happening
in the public_html file there is only
wp-content
wp-includes
wp-snapshots
htaccess ( which I edited like you said)
user.ini
index.php
gs.phpwhere did all the files go ?
all the files are not showing up when I login to ftp … this is a disaster
did it nothing happens , the site is down and the customer is angry ….
I did , but the site is white as a feather .
removed it and waiting , should I ask my provider to just restore an old backup ?
hi ,
my site is down , have erased part that was in but do I have to erase anything else in htaccess file ?
this is my htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# Wordfence WAF
<Files “.user.ini”>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files># END Wordfence WAF
# php — BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56” package as the default “PHP” programming language.
<IfModule mime_module>
AddType application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# php — END cPanel-generated handler, do not editForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Tab LengthThanks , any idea how i do that with css ?