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 8 years ago.
Improve this question
When I upload HTML file (like index.html) web page works good, but when I upload index.php and then refresh it shows 404 error:
There isn't a GitHub Page here.
you can read more about:
https://pages.github.com/
and jekyll can do the job that you want too
http://jekyllrb.com/docs/quickstart/
here well coded site "app" hosted in github:
https://github.com/thedereck/gh-pages-blog
Related
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 created a new PHP project using Netbeans and i have some trouble referencing the very same css file to all my links in the project.
This is what I have:
If you know why this is happening please let me know.
It's a path problem
In register.php you should use ../css/style.css because register.php is in a subdirectory (links), index.php is in root path, then you can use css/style.css
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 5 years ago.
Improve this question
I have a page 'Error 404' and the address is like http://myurl.com/error404
the php file of error404 require's the index.php to properly show it.
I need a php code that will load or show the content in the url above without redirecting/changing the url. thanks
echo file_get_contents("http://myurl.com/error404");
Works also for URLs.
DOCS
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 7 years ago.
Improve this question
I have an eCommerce link reference given by my colleague. I want to know if the site is using magento as a platform or built by scratch for some reason. I don't have access to the source code of the website? How can I can determine if the base platform is magento or not?
You could try a Chrome plugin such as BuiltWith https://chrome.google.com/webstore/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn?hl=en
I can't guarantee that it will detect Magento but it's worth a try.
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 7 years ago.
Improve this question
Is it even possible? If so, do I need to download a plugin to make it work?
(The Wordpress directory is located in webroot/blog/)
I don't want to customize my entire wordpress blog to look like my website when I could just (if possible) display all blog posts on a .ctp file.
Works perfectly with the WordPress API! Thanks.
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 5 years ago.
Improve this question
I am new to pchart, I already downloaded the latest version of pChart and test an example and it worked fine for me, and then I tried to test this: drawGradientArea.
When I copied and pasted the code in my php file, it did not show the output or the image.
How do I show the image like the link that I provided?