Almost a year later.. is there any new information on using SSL with phpWCMS? I'm really interested in de enhancement 'cause i'd like to use it on the admin part of the website as well as some forms.
t.i.a. Edwin
Search found 3 matches
- Thu 31. Mar 2005, 13:48
- Forum: hacks & enhancements
- Topic: dynamic SSL encryption for sites
- Replies: 6
- Views: 4136
- Fri 13. Feb 2004, 11:19
- Forum: phpwcms Bug Reports
- Topic: D:\www\tuinenv.. become D:\www uinenv.. \t = tab
- Replies: 1
- Views: 1956
D:\www\tuinenv.. become D:\www uinenv.. \t = tab
installed phpWCMS on an IIS5 webserver.. i added the next thing to the conf.inc.php file to be able to read directories on the webserver.
$_SERVER["DOCUMENT_ROOT"] = "D:\www\tuinenvijver.nl\www";
This works great except for the error below when trying to edit an article:
Warning: main(D:\www ...
$_SERVER["DOCUMENT_ROOT"] = "D:\www\tuinenvijver.nl\www";
This works great except for the error below when trying to edit an article:
Warning: main(D:\www ...
- Thu 12. Feb 2004, 10:47
- Forum: phpwcms Support English
- Topic: Keywords and Description Meta Tags Missing
- Replies: 3
- Views: 2907
Add meta tags to phpWCMS site
You should add/replace this in the content.func.inc.php file at the last lines (around 393):
-----------------------------
Code below makes also the description meta working!!
-----------------------------
// add possible redirection code (article summary) to $block["htmlhead"];
$block["htmlhead ...
-----------------------------
Code below makes also the description meta working!!
-----------------------------
// add possible redirection code (article summary) to $block["htmlhead"];
$block["htmlhead ...