I am not a programmer, but I figure this takes only a slight adjustment to the workspace module.
The need is to provide a listing that includes both comments and nodes with the same information columns as in the current Workspace module. So technically we are talking about a variant of the workspace module that will have another name.
- is my feeling correct, that only a small change is needed to facilitate this?
(like just changing one parametre or line somewhere)
Hi all
I am using cas-server-3.0.4 on apache tomcat-5.5.15 for implementing single sign on for my Drupal-4.7.0-RC-1 installation. I have downloaded the CAS module But drupal can't, talk with CAS. When i click the “Login” link in Drupal (Which i have created and goes to “cas” in drupal) the browser says “Coonection terminated unexpectedly. Some data might have been transfered.”
I tried changing the port from 8080 to 8443 by making some changes in the server.xml file of the tomcat server. But that did nt really work.
Can somebody please help out?
Edit Menu Items will allow https://... in its path.
However, when it is displayed on the Menu, the path automatically changed to http://...
A workaround is to use a URL redirection service which I did, but how to get the https to work on the Menu item?
I have instal a "stats" cgi script alongside drupal
the .htaccess file appears to be blocking me from accessing the "stats" folder in which I've placed the script, giving a 400 Forbidden acess message
how can I securely amend the .htaccess file, which begins as below, to allow me to access the "stats" folder?
# Protect files and directories from prying eyes.
Files ~ "(\.(inc|module|pl|sh|sql|theme|engine|xtmpl)|Entries|Repositories|Root|scripts|updates)$">
Order deny,allow
Deny from all