Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName taes
  3. DocumentRoot "/Applications/MAMP/htdocs/svn/taes_ereport"
  4. <Directory "/">
  5. RewriteEngine On
  6. RewriteCond %{REQUEST_FILENAME} !-f
  7. RewriteCond %{REQUEST_FILENAME} !-d
  8. RewriteRule . index.php
  9. </Directory>
  10. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement