Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. $config['base_url'] = 'http://immodernafrican.com';
  2. $config['index_page'] = '';
  3. $config['uri_protocol'] = 'REQUEST_URI';
  4.  
  5. RewriteEngine on
  6. RewriteBase /
  7. RewriteCond $1 !^(index.php|static|robots.txt|favicon.ico|uploads|googlexxxxxxxx.html|mobile.html)
  8. RewriteRule ^(.*)$ index.php/$1 [L]
  9.  
  10. AllowOverride None
  11.  
  12. AllowOverride All
  13.  
  14. immodernafrican.com/index.php/AncientHistory
  15.  
  16. immodernafrican.com/AncientHistory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement