Advertisement
Guest User

Untitled

a guest
Apr 27th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. [initial] init rewrite engine with requested uri /
  2. [initial] applying pattern '^(.+)' to uri '/'
  3. [initial] RewriteCond: input='page.localhost' pattern='(.+)\\.[^\\.]+$' => matched
  4. [initial] RewriteCond: input='/srv/http/page/webroot' pattern='-d' => matched
  5. [initial] rewrite '/' -> '/srv/http/page/webroot//'
  6. [initial] local path result: /srv/http/page/webroot//
  7. [initial] go-ahead with /srv/http/page/webroot// [OK]
  8. [initial] [perdir /srv/http/page/webroot/] strip per-dir prefix: /srv/http/page/webroot/ ->
  9. [initial] [perdir /srv/http/page/webroot/] applying pattern '^' to uri ''
  10. [initial] [perdir /srv/http/page/webroot/] rewrite '' -> 'index.php'
  11. [initial] [perdir /srv/http/page/webroot/] add per-dir prefix: index.php -> /srv/http/page/webroot/index.php
  12. [initial] [perdir /srv/http/page/webroot/] strip document_root prefix: /srv/http/page/webroot/index.php -> /page/webroot/index.php
  13. [initial] [perdir /srv/http/page/webroot/] internal redirect with /page/webroot/index.php [INTERNAL REDIRECT]
  14. [initial/redir#1] init rewrite engine with requested uri /page/webroot/index.php
  15. [initial/redir#1] applying pattern '^(.+)' to uri '/page/webroot/index.php'
  16. [initial/redir#1] RewriteCond: input='page.localhost' pattern='(.+)\\.[^\\.]+$' => matched
  17. [initial/redir#1] RewriteCond: input='/srv/http/page/webroot' pattern='-d' => matched
  18. [initial/redir#1] rewrite '/page/webroot/index.php' -> '/srv/http/page/webroot//page/webroot/index.php'
  19. [initial/redir#1] local path result: /srv/http/page/webroot//page/webroot/index.php
  20. [initial/redir#1] go-ahead with /srv/http/page/webroot//page/webroot/index.php [OK]
  21. [initial/redir#1] [perdir /srv/http/page/webroot/] add path info postfix: /srv/http/page/webroot/page -> /srv/http/page/webroot/page/webroot/index.php
  22. [initial/redir#1] [perdir /srv/http/page/webroot/] strip per-dir prefix: /srv/http/page/webroot/page/webroot/index.php -> page/webroot/index.php
  23. [initial/redir#1] [perdir /srv/http/page/webroot/] applying pattern '^' to uri 'page/webroot/index.php'
  24. [initial/redir#1] [perdir /srv/http/page/webroot/] rewrite 'page/webroot/index.php' -> 'index.php'
  25. [initial/redir#1] [perdir /srv/http/page/webroot/] add per-dir prefix: index.php -> /srv/http/page/webroot/index.php
  26. [initial/redir#1] [perdir /srv/http/page/webroot/] strip document_root prefix: /srv/http/page/webroot/index.php -> /page/webroot/index.php
  27. [initial/redir#1] [perdir /srv/http/page/webroot/] internal redirect with /page/webroot/index.php [INTERNAL REDIRECT]
  28. [initial/redir#2] init rewrite engine with requested uri /page/webroot/index.php
  29. [initial/redir#2] applying pattern '^(.+)' to uri '/page/webroot/index.php'
  30. [initial/redir#2] RewriteCond: input='page.localhost' pattern='(.+)\\.[^\\.]+$' => matched
  31. [initial/redir#2] RewriteCond: input='/srv/http/page/webroot' pattern='-d' => matched
  32. [initial/redir#2] rewrite '/page/webroot/index.php' -> '/srv/http/page/webroot//page/webroot/index.php'
  33. [initial/redir#2] local path result: /srv/http/page/webroot//page/webroot/index.php
  34. [initial/redir#2] go-ahead with /srv/http/page/webroot//page/webroot/index.php [OK]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement