Sanady

Untitled

Apr 14th, 2020
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Options All +Indexes
  2.  
  3. <IfModule mod_rewrite.c>
  4.  
  5. RewriteEngine On
  6.  
  7. RewriteCond %{SCRIPT_FILENAME} !-d
  8. RewriteCond %{SCRIPT_FILENAME} !-f
  9.  
  10. RewriteRule ^(.*)$ index.php?path=$1
  11.  
  12. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment