×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: user165e7
Added: Mar 22, 2018 3:10 PM
Views: 2969
Tags: no tags
  1. AddDefaultCharset utf-8
  2.  
  3. RewriteEngine on
  4. RewriteBase /
  5.  
  6. RewriteCond %{REQUEST_FILENAME} !-f
  7. RewriteCond %{REQUEST_FILENAME} !-d
  8.  
  9. RewriteRule ^(.*)$ index.php