Guest User

Untitled

a guest
Nov 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $config['index_page'] = '';
  2.  
  3. $config['index_page'] = 'index.php';
  4.  
  5. http://mysamplesite.azurewebsites.net/helloworld/index.php/Demo
  6.  
  7. http://mysamplesite.azurewebsites.net/helloworld/Demo
  8.  
  9. RewriteEngine On
  10. RewriteCond %{REQUEST_FILENAME} !-f
  11. RewriteCond %{REQUEST_FILENAME} !-d
  12. RewriteRule ^(.*)$ index.php?/$1 [L]
Add Comment
Please, Sign In to add comment