Apache Lab Not Passing Check

Greetings!
When completing the final task in the Apache lab, it’s not passing the check. I copied and pasted the solution word for word and it still doesn’t pass.

sudo mv /opt/food* /var/www/html

Am I supposed to also edit the httpd.conf file? I did restart httpd.

Hello cjb,

it’s /opt/food/* not /opt/food*

Check the full command: sudo mv /opt/food/* /var/www/html/

1 Like

I see, simple typo in syntax. Thank you @Ayman!
Definitely a huge difference between /opt/food* and /opt/food/*