Please I have a website I just finished developing using yii2 advance.
Please I will like to know how to arrange the files and folders so that if someone should type domain.com it will display d index page instead of have to rout to domin.com/frontend/web to view the page.
Thanks in advance.
Related
Good Morning.
Is there a method to create project templates with Forge ? I have seen that there is a GET method but I don't see a POST method. Is it possible ?
thanks so much.
Unfortunately, there is currently no API support for creating a project with a template that is logged as HQ-5023, and creating ACC projects logged as the wishlist item, ACSADMIN-2707. Please stay tuned with us.
Apologies in advance for the painfully newbie question but I am really stuck here.
I have a Google hosted domain: techpalewi.international
That I need to link to file, which is hosted on my github user page: porcoespinho.github.io/techpalehui_international_website/scripts/index.html
So far, I have:
Created a CNAME file on my Github project, pointing to the google domain (techpalewi.international)
I have created the Custom resource records as advised in github pages (i.e. A pointing to 192.30.252.153 and 192.30.252.154. And a CNAME record pointing to my github pages project repo: porcoespinho.github.io.)
So far I can get to the right page if I type:
http://techpalewi.international/scripts/index.html
but not if I only type the domain name:
http://techpalewi.international/
Can you please advise how I can get to the right file only pointing the domain name?
Thank you,
Luis
Kudos to Ryan Burgess # Netflix who kindly answered this question offline:
It turns out that when one uses a custom domain on GitHub pages, it defaults to landing the project's root page. Thus, the most efficient solution was to move the HTML and CSS files out of the scripts directory and into the root directory. This did the trick masterfully !!!!
Sorry my english is very basic. I'm spanish
I created a folder in my google drive and uploaded the site, but i cannot see main page.
Where is my mistake to make it visible?
Thanks for your help
My site is http://gdriv.es/hermaja
When I clicked on index.html.old file, i see your web site. But you can not display it directly on google drive because it is only file storage service. You need at least your own host.
Edit: Also you cannot display your index.php file since your site is not stored in suitable environment for php projects.
I created one website for my client, after showing the page they told me to upload that in magento site. They given the username and password. I don't know how to do that.
Please help me.(Sorry if it is off topic )
Thankyou.
They are basically telling you to convert your design to a magento theme for you able to upload it to magento.
http://turnkeye.com/blog/psd-magento/
http://www.magentothemedeveloper.com/magento-theme-developer-services/psd-to-magento/
Magento Go does not allow you to upload HTML files, but you can paste HTML into any field that uses the WYSIWYG editor.
This problem is a little different, so I will try my best to explain it as much as I can. I would really appreciate any help I can get on this issue.
I have a website where I have a registration form after which the users can view a report. This report is saved on the server and thus people can view it directly as well (by just going to the url of the pdf). I want to find a way such that users have to register in order to view the report. I don't want to use flash as I know mobile browsers have issues with it (Apple). Password protection is also something which I want to avoid. Is there any way where users have to go through the registration in order to view the report? THANKS A LOT
The website is in Wordpress btw.
Try out this plugin: User Access Manager
In that plugin, make a user group and allow access to view your pdf file to that user group only.
This plugin will Redirecting users to other pages if no access.
Try it out. Cheers !!!