Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2.  
  3. RewriteEngine on
  4. RewriteBase /~se414017/
  5. RewriteRule !^public/ public%{REQUEST_URI} [L]
  6.  
  7. RewriteCond %{THE_REQUEST} ^GET /public/
  8. RewriteRule ^public/(.*) /$1 [L,R=301]
  9.  
  10. </IfModule>
  11.  
  12. Not Found
  13.  
  14. The requested URL /~username/public/~username/ was not found on this server.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement