Delete AutoSSL htaccess website
In this line
What happens, If i delete strike code..?? does my website will error?
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule . /index.php [L]
What happens, If i delete strike code..?? does my website will error?
-
What happens, If i delete strike code..?? does my website will error?
What strike code you are referring to. can you point to the one you are referring to?0 -
Hello, Those lines are utilized to ensure a domain name is validated as part of the AutoSSL validation process. You can remove those entries in favor of the following option under the "Domains" tab in "WHM >> Tweak Settings" if you prefer: Use a Global DCV rewrite exclude instead of .htaccess modification (requires Apache 2.4+, EA4) Here's the description for this option: When you enable this option, Apache adds global rewrite rules to the webserver configuration so that the system does not process additional rewrite rules for DCV filenames. These global rules make it unnecessary for cPanel & WHM to modify each account"s .htaccess file. Note: When you enable this option, the system receives a trivial performance penalty because all of the HTTP requests must be matched against the DCV filename regular expressions. Thank you. 0 -
What strike code you are referring to. can you point to the one you are referring to?
Sorry the code not affected with strike, i want edit but they said this post as spam0 -
Hello, Those lines are utilized to ensure a domain name is validated as part of the AutoSSL validation process. You can remove those entries in favor of the following option under the "Domains" tab in "WHM >> Tweak Settings" if you prefer: Use a Global DCV rewrite exclude instead of .htaccess modification (requires Apache 2.4+, EA4) Here's the description for this option: When you enable this option, Apache adds global rewrite rules to the webserver configuration so that the system does not process additional rewrite rules for DCV filenames. These global rules make it unnecessary for cPanel & WHM to modify each account"s .htaccess file. Note: When you enable this option, the system receives a trivial performance penalty because all of the HTTP requests must be matched against the DCV filename regular expressions. Thank you.
Can you show me the code..?? so i dont understand full about htaccess0 -
Can you show me the code..?? so i dont understand full about htaccess
Hello, Could you elaborate a little more on the specific code you'd like to see? Thanks.0
Please sign in to leave a comment.
Comments
5 comments