Hide index php: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<div style="max-width:70em; margin:auto;">'''STEP 1:''' Add the following code to .htaccess file:
'''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 22: Line 22:


[[Category:Tutorial]]
[[Category:Tutorial]]
</div>