Hide index php: Difference between revisions
Created page with "'''STEP 1:''' Add the following code to .htaccess file: RewriteEngine On RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d Rewr..." |
No edit summary |
||
| Line 1: | Line 1: | ||
'''STEP 1:''' Add the following code to .htaccess file: | <div style="max-width:70em; margin:auto;">'''STEP 1:''' Add the following code to .htaccess file: | ||
RewriteEngine On | RewriteEngine On | ||
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f | RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f | ||
| Line 20: | Line 20: | ||
*[https://bit.ly/3zzRBsU Generator] | *[https://bit.ly/3zzRBsU Generator] | ||
*[https://techwelkin.com/mediawiki-urls-short-clean-and-beautiful techwelkindotcom] | *[https://techwelkin.com/mediawiki-urls-short-clean-and-beautiful techwelkindotcom] | ||
</div> | |||