View all questions & answers for the NSE 5 - FortiWeb 8.0 Administrator Exam Materials exam


NSE 5 - FortiWeb 8.0 Administrator Exam Materials-Question 70 Discussion
Comment Image Comment Image Comment Image

A FortiWeb administrator wants to improve both security and user experience. Which rewrite result best meets this goal? (Choose one answer)

  • A. /cms.php?plugin=1&type=video to /plugin1/type-video
  • B. 'blog/post.php?id=44 to /blog/post.php/44
  • C. 'wordpress/?feed=rss2 to /rss2
  • D. /admin.php to /admin.php?secure=true
Correct Answer: C

Brave-Dump Clients Votes

A 100%

Comments



Anonymous User 2026-07-20 18:55:51

Selected Answers: A


A is correct, This result hides the application's underlying technology (like PHP extensions) and file structure from potential attackers, improving security. At the same time, it provides a cleaner, more user-friendly URL structure.