Before starting Drupal installation, if we type http://localhost/sitename in the adress bar and hit enter, sometimes we may get Forbidden error. This happens mostly on Linux boxes.
Cause : Permissions
Solution :
If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged
Cause : Permissions
Solution :
- sudo chmod -R 777 /var/www/
- sudo chmod 777 /var/www/
sitename/sites/default/files
If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged
No comments:
Write comments