RE: [steempress] Open source & self hosted blog platform powered by the steem blockchain

You are viewing a single comment's thread from:

[steempress] Open source & self hosted blog platform powered by the steem blockchain

in steempress •  8 years ago 

Just the kind of thing I was hoping to find. Installed the code on my laptop and it worked like a charm.

Some issue with the url (.../web/index.php/@vikram works instead of .../web/@vikram) perhaps as I am using apache and the url rewrite config are not set.

Played with changing templates ..works good. Needs cache clear
rm -rf ./steempress/var/cache/twig/*

Thanks a lot for the code. if i can contribute back i will do. .. i need to learn first ;-)

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Ahh yep, it's probably apache. The nginx config included in the repository rewrites all URLs to index.php to solve the problem you're having with the URL. I imagine I should add an .htaccess file so anyone running apache doesn't have to deal with this.

Also - regarding the changing templates and clearing the cache: if you use index_dev.php instead of index.php, it won't use the cache and you won't have to clear it every time :)