Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am running a web server using lighttpd, I have changed the default document directory and uploaded my new homepage, but the default page is still all that will load.
I have cleared my browser cache, etc. and even removed the default page from the directory. Nothing.
How do I fix this?
In your lighttpd.conf file, find the line which looks something like:
index-file.names = ( "index.php", "index.html",
"index.htm", "default.htm",
"index.lighttpd.html" )
And get rid of the ', "index.lighttpd.html"' part, so that it looks like this:
index-file.names = ("index.php", "index.html",
"index.htm", "default.htm")
Good luck - I hope that works for you!
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have remade my site, but it contains different links with old site.
How can I migrate likes?
There may not be an easy solution. Depending on what framework you're using (if any) you may have to change them all individually. If this ends up being the case you're going to want to use sed from the command line to replace all instance of the old URL with the new URL. If you're using a CMS you should be able to change the base URL from the administration panel. If you're URLs are stored in a database you can use MySQL's replace command to replace the old URL with the new.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Somehow all comments that I put on my website end up in moderation, despite that in settings I have set up " Make every post public by default." Is someone would like to help that's url for testing: http://notiblog.pl/urz%C4%99dy-i-instytucje/urz%C4%85d-testowy
Its basically because its a new facebook account. It is put in the moderation queue. I know its a hassle we could do without but comes with its perks as well.
The "new" means fresh. Seems someone had already answered it over here :
StackOverflow
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
My question is very simple and it's in the title:
"Is it possible to make a open source app for Facebook?"
If so, how do you manage things in the app which are supposed to be private (like the api_id I think)?
Yeah, of course. You just keep things like your app_id outside of your source repository (i.e. you have to manually copy it to your host server, to keep it out of the public eye).
This is how you would run any open source application that has "secrets" - which is a lot of them. You just put a dummy file in its place that says something like, "Put your secrets in this file", and you're done. Don't over think it. :D
See the question, ActionMailer password security, for a specific example.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm trying to get hold of an article that is supposed to be at http://scala.sygneca.com/code/simplifying-jdbc, but for the last week that site has timed out and I can't find the link cached on Google either. Does anyone know where I could find a copy of that article?
Thanks,
Ant
http://web.archive.org/web/20101110111820/http://scala.sygneca.com/code/simplifying-jdbc
The old wiki got not delete it got migrated, here is the page you look for on the new wiki:
https://wiki.scala-lang.org/display/SYGN/Simplifying-jdbc
HTH
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I could search some popular apps in http://www.apple.com/search/. But i can't see my app name here. What should i do get my app name to appear in the search result?
Get a couple of thousand of your closest friends to search using your app's name. Then it will start to pop up in the autocomplete search suggestions. There really isn't any more to it than that.
(You don't really need a couple of thousand, just a few - eventually it will start to turn up).