Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../whmcs83
File: .htaccess
[0] Fix | Delete
### BEGIN - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ###
[1] Fix | Delete
<IfModule mod_rewrite.c>
[2] Fix | Delete
RewriteEngine on
[3] Fix | Delete
[4] Fix | Delete
# RewriteBase is set to "/" so rules do not need updating if the
[5] Fix | Delete
# installation directory is relocated. It is imperative that
[6] Fix | Delete
# there is also a RewriteCond rule later that can effectively get
[7] Fix | Delete
# the actual value by comparison against the request URI.
[8] Fix | Delete
#
[9] Fix | Delete
# If there are _any_ other RewriteBase directives in this file,
[10] Fix | Delete
# the last entry will take precedence!
[11] Fix | Delete
RewriteBase /
[12] Fix | Delete
[13] Fix | Delete
# Redirect directories to an address with slash
[14] Fix | Delete
RewriteCond %{REQUEST_FILENAME} -d
[15] Fix | Delete
RewriteRule ^(.+[^/])$ $1/ [R]
[16] Fix | Delete
[17] Fix | Delete
# Send all remaining (routable paths) through index.php
[18] Fix | Delete
RewriteCond %{REQUEST_FILENAME} !-f
[19] Fix | Delete
RewriteCond %{REQUEST_FILENAME} !-d
[20] Fix | Delete
# Determine and use the actual base
[21] Fix | Delete
RewriteCond $0#%{REQUEST_URI} ([^#]*)#(.*)\1$
[22] Fix | Delete
RewriteRule ^.*$ %2index.php [QSA,L]
[23] Fix | Delete
</IfModule>
[24] Fix | Delete
### END - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ###
[25] Fix | Delete
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function