CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 Convert website from http to https without publishing files

Print topic Send  topic

Author Message
NewUser

Posts: 6
Posted: 09/17/2014, 1:24 AM

Iam converting my website from http to https. I am using codecharge 5.1.
What are the steps required for the conversion?
Can i do it without publishing whole project ?

Thanks,
Yogitha
View profile  Send private message
evanpan

Posts: 3
Posted: 01/12/2016, 2:57 AM

Hi, Yogitha.
Thanks for sharing your problem. As for me, I have seldom tried codecharge 5.1. Have you ever worked it out? I wonder whether you have any exprience about pdf conversion process. Because there is something wrong with my pdf reader. I need convert pdf to text or other formats. How about these tutorials as follows:
http://www.pqscan.com/convert-pdf/
http://www.pqscan.com/pdf-to-text/
Any suggestion will be appreciated. Thanks in advance.



Best regards,
Lee
View profile  Send private message
MichaelMcDonald

Posts: 640
Posted: 01/14/2016, 12:12 PM

I've always just used htaccess on apache server to redirect a page call using http to https.

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]

RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

#Now, rewrite to HTTPS:
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]


_________________
Central Coast, NSW, Australia.

View profile  Send private message
eratech


Posts: 513
Posted: 01/15/2016, 9:02 PM

Not a solution to the question but just something to keep in mind about SSL in CCS

If you set the Page property of 'SSL Access only' for any specific pages, you will get messages about it only be accessible with HTTPS - as you would expect and correct - but it's annoying to test on a non-HTTPS server, so you would need to turn it off when testing, and then on when publishing.

Cheers

Eric
_________________
CCS 3/4/5 ASP Classic, VB.NET, PHP
Melbourne, Victoria, Australia
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.