Vidyalelo
PHP · Q23

Databases Handling

Programming · PHP · question 23

Q23

The URLs in the administrative links won’t mean anything to admin.php unless you modify _________

A.
.htaccess
Answer
B.
.adminaccess
C.
.htmlaccess
D.
.urlaccess

Answer: Option A

Solution

Answer: Option A
Solution:
You need to modify .htaccess with an additional rule that handles URLs passed in a link to admin.php.