CopyPastor

Detecting plagiarism made easy.

Score: 1; Reported for: Exact paragraph match Open both answers

Possible Plagiarism

Plagiarized on 2024-07-07
by Lapanton

Original Post

Original - Posted on 2023-04-12
by balaji gv



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Put in folder public: .htaccess
And inside .htaccess this:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule . /index.html [L] </IfModule>



if you are using Hostringer
create a .htaccess (make sure there's no file extension like .txt) in root file of ur file manager
paste the below code
RewriteEngine On RewriteBase / RewriteRule ^index\.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.html [L]
refresh the website

        
Present in both answers; Present only in the new answer; Present only in the old answer;