[...] setting where you’ve got one server and you want it to run one site. More here These instructions don’t use git or capistrano. The instructions contained in the El Dorado [...]
Got this error
[code]
Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
failed!
[/code]
Ubuntu forum post said do this.
sudo a2enmod rewrite
did that..
however,
all my site directs to is the actual directory and thus exposing all my configuration files
Ok, the problem was with the my example.com file.
I believe I had a few lines commented out by accident.
Also in that file, I also forgot to change the “example.com” to chezbold.com in a few places.
They were all silly mistakes on my end.
[...] setting where you’ve got one server and you want it to run one site. More here These instructions don’t use git or capistrano. The instructions contained in the El Dorado [...]
Got this error
[code]
Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
failed!
[/code]
Ubuntu forum post said do this.
sudo a2enmod rewrite
did that..
however,
all my site directs to is the actual directory and thus exposing all my configuration files
Ok, the problem was with the my example.com file.
I believe I had a few lines commented out by accident.
Also in that file, I also forgot to change the “example.com” to chezbold.com in a few places.
They were all silly mistakes on my end.