restore folder directory back wp hide
-
hello, please help thanks
how to restore a 404 error directory
WP Hide & Security Enhancer
how to restore the folder as before the WP Hide & Security Enhancer plugin was installed
i already try
https://www.wp-hide.com/revert-media-files-urls-default-format/The folder does not return after the plugin is deactived and deleted
screenshot
https://pakuexpress.com/406-2/all images do not appear except for newly uploaded, because the folder was renamed because of WP Hide & Security Enhancer
-
This topic was modified 6 years, 4 months ago by
hery1.
The page I need help with: [log in to see the link]
-
This topic was modified 6 years, 4 months ago by
-
Hi,
Sure i can help. As far as i can see the images on your site are loading through default uls e.g. /wp-content/uploads/ but for some reason they are not accessible. If you disabled the wp-hide plugin, can you check the .htaccess files if the rules where actually removed? If the file is not writable this might not be possible to be done automatically.Thanks
Thank you for the help
I forgot a bit because I did a modification with htaccess, but I made a backup, I forgot a little but if I’m not mistaken
3 htaccess
This is when WP Hide is still installedHeader set X-XSS-Protection "1; mode=block" Header set X-Content-Type-Options "nosniff" Header set Public-Key-Pins "pin-sha256=\"\"; pin-sha256=\"\"; max-age=31536000" Header set Referrer-Policy "no-referrer-when-downgrade" </IfModule> # END W3TC Browser Cache # BEGIN W3TC Page Cache core <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTPS} =on RewriteRule .* - [E=W3TC_SSL:_ssl] RewriteCond %{SERVER_PORT} =443 RewriteRule .* - [E=W3TC_SSL:_ssl] RewriteCond %{HTTP:X-Forwarded-Proto} =https [NC] RewriteRule .* - [E=W3TC_SSL:_ssl] RewriteCond %{HTTP_COOKIE} w3tc_preview [NC] RewriteRule .* - [E=W3TC_PREVIEW:_preview] RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} ="" RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC] RewriteCond %{REQUEST_URI} \/$ RewriteCond "%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_SSL}%{ENV:W3TC_PREVIEW}.html" -f RewriteRule .* "/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_SSL}%{ENV:W3TC_PREVIEW}.html" [L] </IfModule> # END W3TC Page Cache core # BEGIN WordPress # The directives (lines) between <code>BEGIN WordPress</code> and <code>END WordPress</code> 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 RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # BEGIN Enable Gzip Compression <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript </IfModule> # END Enable Gzip Compression "/home/admin/web/pakuexpress.com/hery htaccess/htaccess_original_copy" 331L, 13081C 320,1 Botthis one after it’s deleted
# BEGIN WP Hide & Security Enhancer # END WP Hide & Security Enhancer # BEGIN W3TC Browser Cache <IfModule mod_mime.c> AddType text/css .css AddType text/x-component .htc AddType application/x-javascript .js AddType application/javascript .js2 AddType text/javascript .js3 AddType text/x-js .js4 AddType text/html .html .htm AddType text/richtext .rtf .rtx AddType text/plain .txt AddType text/xsd .xsd AddType text/xsl .xsl AddType text/xml .xml AddType video/asf .asf .asx .wax .wmv .wmx AddType video/avi .avi AddType image/bmp .bmp AddType application/java .class AddType video/divx .divx AddType application/msword .doc .docx AddType application/vnd.ms-fontobject .eot AddType application/x-msdownload .exe AddType image/gif .gif AddType application/x-gzip .gz .gzip AddType image/x-icon .ico AddType image/jpeg .jpg .jpeg .jpe AddType image/webp .webp AddType application/json .json AddType application/vnd.ms-access .mdb AddType audio/midi .mid .midi AddType video/quicktime .mov .qt AddType audio/mpeg .mp3 .m4a AddType video/mp4 .mp4 .m4v AddType video/mpeg .mpeg .mpg .mpe AddType video/webm .webm AddType application/vnd.ms-project .mpp AddType application/x-font-otf .otf AddType application/vnd.ms-opentype ._otf AddType application/vnd.oasis.opendocument.database .odb AddType application/vnd.oasis.opendocument.chart .odc AddType application/vnd.oasis.opendocument.formula .odf AddType application/vnd.oasis.opendocument.graphics .odg "/home/admin/web/pakuexpress.com/hery htaccess/htaccess_original_deleted" 182L, 8231C 6,1 Topand this one after it is reinstalled
some changes maybe# BEGIN WP Hide & Security Enhancer # END WP Hide & Security Enhancer # BEGIN W3TC Browser Cache <IfModule mod_mime.c> AddType text/css .css AddType text/x-component .htc AddType application/x-javascript .js AddType application/javascript .js2 AddType text/javascript .js3 AddType text/x-js .js4 AddType text/html .html .htm AddType text/richtext .rtf .rtx AddType text/plain .txt AddType text/xsd .xsd AddType text/xsl .xsl AddType text/xml .xml AddType video/asf .asf .asx .wax .wmv .wmx AddType video/avi .avi AddType image/bmp .bmp AddType application/java .class AddType video/divx .divx AddType application/msword .doc .docx AddType application/vnd.ms-fontobject .eot AddType application/x-msdownload .exe AddType image/gif .gif AddType application/x-gzip .gz .gzip AddType image/x-icon .ico AddType image/jpeg .jpg .jpeg .jpe AddType image/webp .webp AddType application/json .json AddType application/vnd.ms-access .mdb AddType audio/midi .mid .midi AddType video/quicktime .mov .qt AddType audio/mpeg .mp3 .m4a AddType video/mp4 .mp4 .m4v AddType video/mpeg .mpeg .mpg .mpe AddType video/webm .webm AddType application/vnd.ms-project .mpp AddType application/x-font-otf .otf AddType application/vnd.ms-opentype ._otf AddType application/vnd.oasis.opendocument.database .odb AddType application/vnd.oasis.opendocument.chart .odc AddType application/vnd.oasis.opendocument.formula .odf AddType application/vnd.oasis.opendocument.graphics .odg "/home/admin/web/pakuexpress.com/hery htaccess/htaccess_after_install" 182L, 8231C 1,1 Topdo you need this file
.htaccess_lscachebak_orig
.htaccess_lscachebak_ (1 – 6)I don’t see any rewrite rules left by WP Hide, you don’t need to edit the other files.
Can you check if the files are actually on the server, for example
/wp-content/uploads/2019/11/hery-logo-paku-express-fit1-compressed.pngcheck with the path.all image not found …. thanks for your help
:v
i already fix the problem…….. reupload image…
🙂
The topic ‘restore folder directory back wp hide’ is closed to new replies.