Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteCond %{REQUEST_FILENAME} !-f
  3. RewriteCond %{REQUEST_FILENAME} !-d
  4. RewriteRule (.*) index.php/$1
  5.  
  6. $config['base_url'] = '127.0.0.1';
  7. $config['index_page'] = 'index.php';
  8. $config['uri_protocol'] = 'REQUEST_URI';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement