-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploying on live websites #7
Comments
That sounds correct to me. I've only ever used this locally for my Mac, so I'm not sure how it would behave on different systems. Maybe try quotes around your path? Like in the readme <Directory "/var/www/html/notes">
AllowOverride All
Options Indexes MultiViews FollowSymLinks
Require all granted
</Directory> Do you get any errors that you can search the internet for? Maybe a log file has more information. |
Hi Glen,
Thanks for your speedy response. Strangely enough, fancy-index has started
working mysteriously, albeit not fully, on my end. Take a look at
http://crypticlineage.net/notes. The css is now functional, but the
timestamps are all whacky. Can you direct me to the script that's
controlling the time stamps?
Thanks
Vikram
…On Thu, Oct 26, 2017 at 12:38 PM, Glen Cheney ***@***.***> wrote:
That sounds correct to me.
I've only ever used this locally for my Mac, so I'm not sure how it would
behave on different systems.
Maybe try quotes around your path? Like in the readme
<Directory "/var/www/html/notes">
AllowOverride All
Options Indexes MultiViews FollowSymLinks
Require all granted
</Directory>
Do you get any errors that you can search the internet for? Maybe a log
file has more information.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA6TzQWSp4v_t11BNsI9Oy6DmAtTriRHks5swNGYgaJpZM4QH8ew>
.
|
The |
I already have a website at say http://example.com hosted from /var/www/html/
If I place a folder called notes inside /var/www/html/notes and clone fancy-index inside notes/, then copied .htaccess from fancy-index to /var/www/html/ and restarted apache, things should start working right?
But they are not. I also added a staged this folder inside /etc/apache2/apache2.conf as follows:
<Directory /var/www/html/notes>
AllowOverride All
Options Indexes MultiViews FollowSymlinks
Require all granted
Any idea what's going on?
The text was updated successfully, but these errors were encountered: