albertogcatalan / product-hunt-clone

Product Hunt clone build with experimental version of Quaver framework.
MIT License
48 stars 10 forks source link

Linking Style Sheets #3

Open robertwintersronaldson opened 9 years ago

robertwintersronaldson commented 9 years ago

Hi,

I cant seem to link the style sheets. I currently cant pull in any css/js etc. Any idea how I can fix this?

Rob

robertwintersronaldson commented 9 years ago

What I would like to know is if you could tell me what areas to change in the config file to allow it to run on my localhost.

Thanks!!

albertogcatalan commented 9 years ago

Hi Robert, maybe fix with this attention: only works on root directory of domain or subdomain, if you want install on subfolder you must change Routes.yml and Resources paths of Config.php

marwann commented 9 years ago

Dear Alberto,

Sorry for asking too, but I changed the Routes.yml file, as well as the resources paths from config.php, adding /myfolder . But when I click on "PH Clone" it redirects me to the root of my server, as well as for the Twitter auth redirecting me to /root/auth instead of /root/myfolder/auth. Any idea why and how I could correct this ? If you have more instructions on what to change and how to change to install somewhere else than on root directory I'd be happy to hear from you.

Also wanted to thank you for putting this online, it is great :+1:

albertogcatalan commented 9 years ago

Uhm...try to change the htaccess to your folder

marwann commented 9 years ago

Thanks, Alberto :+1:

I'll give it a try and give you updates here in case you want to update the readme file for further instructions about how to install on a subfolder.

albertogcatalan commented 9 years ago

Perfect marwann, thanks!