Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../zen
File: .htaccess
# htaccess file version 1.4.12;
[0] Fix | Delete
# Rewrite rules are now handled by PHP code
[1] Fix | Delete
# See the file "zenphoto-rewrite.txt" for the actual rules
[2] Fix | Delete
#
[3] Fix | Delete
# These rules redirect everything not directly accessing a file to the Zenphoto index.php script
[4] Fix | Delete
#
[5] Fix | Delete
<IfModule mod_autoindex.c>
[6] Fix | Delete
IndexIgnore *
[7] Fix | Delete
</IfModule>
[8] Fix | Delete
<IfModule mod_rewrite.c>
[9] Fix | Delete
RewriteEngine On
[10] Fix | Delete
[11] Fix | Delete
RewriteBase [[relativeurl]]/
[12] Fix | Delete
[13] Fix | Delete
RewriteCond %{REQUEST_URI} !(/$|\.)
[14] Fix | Delete
RewriteRule (.*) %{REQUEST_URI}/ [R=301,L]
[15] Fix | Delete
[16] Fix | Delete
RewriteCond %{REQUEST_FILENAME} -f [OR]
[17] Fix | Delete
RewriteCond %{REQUEST_FILENAME} -d
[18] Fix | Delete
RewriteRule ^.*$ - [L]
[19] Fix | Delete
[20] Fix | Delete
RewriteRule ^.*/?$ index.php [L,QSA]
[21] Fix | Delete
[22] Fix | Delete
</IfModule>
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function