CZfrei Posted July 11, 2008 Share Posted July 11, 2008 How do I put pages on the https:// portion of my site. I’ve tried just uploading them but when I link to them or go to the address they don’t show up. Does anyone know what I’m doing wrong? Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/114295-newbie-question/ Share on other sites More sharing options...
HomerTheDragoon Posted July 11, 2008 Share Posted July 11, 2008 elaborate by what you mean. Quote Link to comment https://forums.phpfreaks.com/topic/114295-newbie-question/#findComment-588079 Share on other sites More sharing options...
xtopolis Posted July 12, 2008 Share Posted July 12, 2008 https is enforced by the server, not the webpage. This would be an apache or iis thing. Quote Link to comment https://forums.phpfreaks.com/topic/114295-newbie-question/#findComment-588133 Share on other sites More sharing options...
CZfrei Posted July 12, 2008 Author Share Posted July 12, 2008 Ok so I have SSL certificate installed, but when I upload anything to my httpsdocs folder on my server and link to it via https://www.example.com/etc nothing shows up, I just get a message that says "Not Found" message. Quote Link to comment https://forums.phpfreaks.com/topic/114295-newbie-question/#findComment-588318 Share on other sites More sharing options...
xtopolis Posted July 12, 2008 Share Posted July 12, 2008 Does it have a parser for it? like in .htaccess, something that looks like AddType application/x-httpd-php .php or w/e? Quote Link to comment https://forums.phpfreaks.com/topic/114295-newbie-question/#findComment-588323 Share on other sites More sharing options...
CZfrei Posted July 12, 2008 Author Share Posted July 12, 2008 Honestly I'm not sure. I am completely new to this so I have no idea. How would I find that out. Quote Link to comment https://forums.phpfreaks.com/topic/114295-newbie-question/#findComment-588478 Share on other sites More sharing options...
xtopolis Posted July 12, 2008 Share Posted July 12, 2008 I don't know either =/ . If you put something like index.html in that folder and nothing shows up, it's not looking for index.* files, which means it's not working correctly. Unfortunately my server knowledge is limited. Quote Link to comment https://forums.phpfreaks.com/topic/114295-newbie-question/#findComment-588540 Share on other sites More sharing options...
atrum Posted July 13, 2008 Share Posted July 13, 2008 Ok. 1. What webserver are you using, (apache, iis, tomcat, ect) 2. is this a virtual host? 3. what is your default ssl port set to on your webserver's configuration (normally 443) What I am getting at is, could you provide more information. Also you may want to post this in the webserver section for the forums. Quote Link to comment https://forums.phpfreaks.com/topic/114295-newbie-question/#findComment-588945 Share on other sites More sharing options...
CZfrei Posted July 14, 2008 Author Share Posted July 14, 2008 I've finally figured out what the problem was. Anyways thanks for trying to help guys. Quote Link to comment https://forums.phpfreaks.com/topic/114295-newbie-question/#findComment-589612 Share on other sites More sharing options...
haku Posted July 14, 2008 Share Posted July 14, 2008 So what was it? The solution can very potentially help someone with the same problem in the future. Quote Link to comment https://forums.phpfreaks.com/topic/114295-newbie-question/#findComment-589694 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.