Posts by Flavio Micheletti • 65 points
3 posts
-
3
votes4
answers2235
viewsQ: Codeigniter and . htaccess in subfolder on server
My goal is to make an application written in Codeigniter run on the server in a subfolder and not in the main domain, example: www.dominio.com.br/foo. The error is about redirecting, every request…
-
1
votes1
answer80
viewsQ: Pelican: How to define the layout of each page similar to Jekyll?
I use Jekyll in my website, I’ll stop using for this reason. I wanted to migrate to the Pelican but I’m stuck in layouts. Here’s the problem: In Jekyll I can on each page (page) define the layout,…
-
2
votes2
answers1104
viewsA: What is the best way to upload files with Ajax?
A simple way to do this you find here. I just add... The suggested libraries and classes are all valid and will show you "the way," but if you want to try to implement on your own then start by…