Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../ninja4
File: .htaccess
<IfModule mod_rewrite.c>
[0] Fix | Delete
RewriteEngine On
[1] Fix | Delete
RewriteRule "^.env" - [F,L]
[2] Fix | Delete
RewriteRule "^storage" - [F,L]
[3] Fix | Delete
RewriteRule ^(.well-known)($|/) - [L]
[4] Fix | Delete
[5] Fix | Delete
# https://coderwall.com/p/erbaig/laravel-s-htaccess-to-remove-public-from-url
[6] Fix | Delete
# RewriteRule ^(.*)$ public/$1 [L]
[7] Fix | Delete
</IfModule>
[8] Fix | Delete
[9] Fix | Delete
# https://github.com/h5bp/server-configs-apache/blob/master/dist/.htaccess
[10] Fix | Delete
[11] Fix | Delete
[12] Fix | Delete
# ######################################################################
[13] Fix | Delete
# # INTERNET EXPLORER #
[14] Fix | Delete
# ######################################################################
[15] Fix | Delete
[16] Fix | Delete
# ----------------------------------------------------------------------
[17] Fix | Delete
# | Iframes cookies |
[18] Fix | Delete
# ----------------------------------------------------------------------
[19] Fix | Delete
[20] Fix | Delete
# Allow cookies to be set from iframes in Internet Explorer.
[21] Fix | Delete
#
[22] Fix | Delete
# https://msdn.microsoft.com/en-us/library/ms537343.aspx
[23] Fix | Delete
# http://www.w3.org/TR/2000/CR-P3P-20001215/
[24] Fix | Delete
[25] Fix | Delete
<IfModule mod_headers.c>
[26] Fix | Delete
Header set P3P "policyref=\"/w3c/p3p.xml\", CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""
[27] Fix | Delete
</IfModule>
[28] Fix | Delete
[29] Fix | Delete
[30] Fix | Delete
# ######################################################################
[31] Fix | Delete
# # MEDIA TYPES AND CHARACTER ENCODINGS #
[32] Fix | Delete
# ######################################################################
[33] Fix | Delete
[34] Fix | Delete
# ----------------------------------------------------------------------
[35] Fix | Delete
# | Character encodings |
[36] Fix | Delete
# ----------------------------------------------------------------------
[37] Fix | Delete
[38] Fix | Delete
# Serve all resources labeled as `text/html` or `text/plain`
[39] Fix | Delete
# with the media type `charset` parameter set to `UTF-8`.
[40] Fix | Delete
#
[41] Fix | Delete
# https://httpd.apache.org/docs/current/mod/core.html#adddefaultcharset
[42] Fix | Delete
[43] Fix | Delete
AddDefaultCharset utf-8
[44] Fix | Delete
[45] Fix | Delete
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[46] Fix | Delete
[47] Fix | Delete
# Serve the following file types with the media type `charset`
[48] Fix | Delete
# parameter set to `UTF-8`.
[49] Fix | Delete
#
[50] Fix | Delete
# https://httpd.apache.org/docs/current/mod/mod_mime.html#addcharset
[51] Fix | Delete
[52] Fix | Delete
<IfModule mod_mime.c>
[53] Fix | Delete
AddCharset utf-8 .atom \
[54] Fix | Delete
.bbaw \
[55] Fix | Delete
.css \
[56] Fix | Delete
.geojson \
[57] Fix | Delete
.js \
[58] Fix | Delete
.json \
[59] Fix | Delete
.jsonld \
[60] Fix | Delete
.manifest \
[61] Fix | Delete
.rdf \
[62] Fix | Delete
.rss \
[63] Fix | Delete
.topojson \
[64] Fix | Delete
.vtt \
[65] Fix | Delete
.webapp \
[66] Fix | Delete
.webmanifest \
[67] Fix | Delete
.xloc \
[68] Fix | Delete
.xml
[69] Fix | Delete
</IfModule>
[70] Fix | Delete
[71] Fix | Delete
[72] Fix | Delete
# ######################################################################
[73] Fix | Delete
# # WEB PERFORMANCE #
[74] Fix | Delete
# ######################################################################
[75] Fix | Delete
[76] Fix | Delete
# ----------------------------------------------------------------------
[77] Fix | Delete
# | Compression |
[78] Fix | Delete
# ----------------------------------------------------------------------
[79] Fix | Delete
[80] Fix | Delete
<IfModule mod_deflate.c>
[81] Fix | Delete
[82] Fix | Delete
# Force compression for mangled headers.
[83] Fix | Delete
# https://developer.yahoo.com/blogs/ydn/pushing-beyond-gzipping-25601.html
[84] Fix | Delete
[85] Fix | Delete
<IfModule mod_setenvif.c>
[86] Fix | Delete
<IfModule mod_headers.c>
[87] Fix | Delete
SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
[88] Fix | Delete
RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding
[89] Fix | Delete
</IfModule>
[90] Fix | Delete
</IfModule>
[91] Fix | Delete
[92] Fix | Delete
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[93] Fix | Delete
[94] Fix | Delete
# Map certain file types to the specified encoding type in order to
[95] Fix | Delete
# make Apache serve them with the appropriate `Content-Encoding` HTTP
[96] Fix | Delete
# response header (this will NOT make Apache compress them!).
[97] Fix | Delete
[98] Fix | Delete
# If the following file types wouldn't be served without the appropriate
[99] Fix | Delete
# `Content-Enable` HTTP response header, client applications (e.g.:
[100] Fix | Delete
# browsers) wouldn't know that they first need to uncompress the response,
[101] Fix | Delete
# and thus, wouldn't be able to understand the content.
[102] Fix | Delete
[103] Fix | Delete
# http://httpd.apache.org/docs/current/mod/mod_mime.html#addencoding
[104] Fix | Delete
[105] Fix | Delete
<IfModule mod_mime.c>
[106] Fix | Delete
AddEncoding gzip svgz
[107] Fix | Delete
</IfModule>
[108] Fix | Delete
[109] Fix | Delete
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[110] Fix | Delete
[111] Fix | Delete
# Compress all output labeled with one of the following media types.
[112] Fix | Delete
[113] Fix | Delete
# IMPORTANT: For Apache versions below 2.3.7 you don't need to enable
[114] Fix | Delete
# `mod_filter` and can remove the `<IfModule mod_filter.c>` & `</IfModule>`
[115] Fix | Delete
# lines as `AddOutputFilterByType` is still in the core directives.
[116] Fix | Delete
[117] Fix | Delete
<IfModule mod_filter.c>
[118] Fix | Delete
AddOutputFilterByType DEFLATE "application/atom+xml" \
[119] Fix | Delete
"application/javascript" \
[120] Fix | Delete
"application/json" \
[121] Fix | Delete
"application/ld+json" \
[122] Fix | Delete
"application/manifest+json" \
[123] Fix | Delete
"application/rdf+xml" \
[124] Fix | Delete
"application/rss+xml" \
[125] Fix | Delete
"application/schema+json" \
[126] Fix | Delete
"application/vnd.geo+json" \
[127] Fix | Delete
"application/vnd.ms-fontobject" \
[128] Fix | Delete
"application/x-font-ttf" \
[129] Fix | Delete
"application/x-web-app-manifest+json" \
[130] Fix | Delete
"application/xhtml+xml" \
[131] Fix | Delete
"application/xml" \
[132] Fix | Delete
"font/opentype" \
[133] Fix | Delete
"image/svg+xml" \
[134] Fix | Delete
"image/x-icon" \
[135] Fix | Delete
"text/cache-manifest" \
[136] Fix | Delete
"text/css" \
[137] Fix | Delete
"text/html" \
[138] Fix | Delete
"text/javascript" \
[139] Fix | Delete
"text/plain" \
[140] Fix | Delete
"text/vtt" \
[141] Fix | Delete
"text/x-component" \
[142] Fix | Delete
"text/xml"
[143] Fix | Delete
</IfModule>
[144] Fix | Delete
[145] Fix | Delete
</IfModule>
[146] Fix | Delete
[147] Fix | Delete
<IfModule mod_alias.c>
[148] Fix | Delete
RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/public
[149] Fix | Delete
</IfModule>
[150] Fix | Delete
[151] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function