How do I publish a website made with Symfony? [closed] - symfony

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I have made a website with Symfony. It works fine on my local server but when I try to publish it on my hosting space (OVH), I've got an "Index of" error.
Home page - error "Index of"
I know people who use Symfony the same way I did and their websites work.
So what could be the problem ?
Thank you.

Your webserver seems be not configured properly.
You should follow this piece of doc and ask here if you have any problem.

You can find a detailed process about how to deploy Symfony applications here:
https://symfony.com/doc/current/deployment.html
Also, you can find here (in Spanish, but you can easily translate) how to config Symfony 2 Applications, it's easier to adapt to Symfony 4.
https://symfony.es/documentacion/como-configurar-bien-apache-para-las-aplicaciones-symfony2/

Related

How to get linked in api s direct support number [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 days ago.
Improve this question
I have a requirement. for that I need to get connected with LinkedIn develoipers. i tried in many way I am not getting connected. There is no direct support chat or number I couldnt find. I have created a case on linked in site but they replied to get in touch with linkedin developers for that. I need their helopp badly to know one api. I am behind this task since last 3 days.
refre this Scraping linked-in public pages through Official Linked in Api. Is there Such Apis or Direct Mechanism?
please help me. Thanks in advance
I am expecting the above.

Duplicated site name after publish [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this question
Currently I am refactoring the site written on ASP.NET MVC5.
It already has published-version on some remote server (Windows Server 2012, IIS). Every time after some code refactored I do publish again and replace some folders\files on remote server.
What I found and want to know if it is a bug or something else :
In Debug mode I can access site only as localhost:**** and it is correct.
After publish everybody can access site by two url : 'sitename.com' (OK) or 'sitename.sitename.com' (Hmm?). 'sitename.sitename.sitename.com' doesn't work - OK. I think this happened because of some settings of IIS\Server isn't it?
It is not the urgent problem, but I want to know why it happened. Currently I can't contact to previous developers, what is the sad moment.
It seems that "sitename.sitename.com" is a subdomaian of sitename.com go to Your hosting provider control panel and deactivate sitename.sitename.com subdomain.

Is it possible to use Media Fire API from Google Sites or WordPress Website? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I'm a beginner in web development, I want to create a website that will have a very large number of file uploads, a single could be up to 100 MB.
I want the upload to be through my website but the upload destination to be on MediaFire (I'm looking for unlimited free storage, using several MediaFire accounts). I still haven't given the MediaFire API a try, but I want to know if with some lines of code I can create a FileUpload on my website but the destination be on MediaFire.
Media Fire Api is a Library Php right ? On google sites, you can add Php File with App engine.
I don't know it's possible but , I think this link can help you.
http://www.sitepoint.com/google-app-engine-php-getting-started/

how to create cms from scratch using asp.net [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm thinking of building my own CMS but I'm not that professional in PHP,
More advanced in asp.net
So if anyone knows the basics steps or has a tutorial for that I'll be thankful.
Regards,
Did you give Microsoft's blogengine a try?
You can find it at http://www.dotnetblogengine.net
They gave it a very nice site with lots of content on how to build your own asp.net blog-style cms. From there, you should be able to work your way to your very own engine.

Migrating node and comments table [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
Recently I've got some problems in my live site but the localhost version is fine. But live site contains some updated articles of type page/story and also comments.
So what I want to do is to move node & comment table to localhost. I'm not using comments in any custom modules.
Will moving comments & node can have any issues given some minor db settings may be different between localhost and live site versions?
Just dump the entire database. Unless you're using a module like domain access or sso you should be able to just take the entire database without it causing issues. You might want to clear the cache tables first though.

Resources