Do I need to do anything special to use a secure (https://) SSL for my website's login. I didn't see anything in my CPanel, and searching the help didn't result in any matches.
Does anyone know?
Type: Posts; User: ricks99
Do I need to do anything special to use a secure (https://) SSL for my website's login. I didn't see anything in my CPanel, and searching the help didn't result in any matches.
Does anyone know?
Is there any way to determine what is causing an CPU Quota Suspension? My site has been experiencing the SUSPENDED notice quite frequently in the past month.
I've check my site logs and there has...
I don't know of an automatic way, but you should be able to import your Wordpess users into TikiWiki by creating a CSV file (see the TikiWiki docs here:...
Xcellent. Tx.
ACK! When I try to sumbit my site to Google, I keep getting "CPU Suspension" errors. How can I "slow" down how quickly Google is spidering my pages. I have had no problem submitting my site to Yahoo...
I suggest you take a look at http://www.nonprofittips.com/is-my-web-site-ineffective-an-introduction/
I visited your site and, after a few seconds I have no idea what it is about. If visitors...
... but my real point is that the CPanel is still using an OLD version. For the most secure Tiki, you really should apply the current version.
-R
First, the current TikiWiki version is 1.9.7 -- not 1.9.4 -- and I strongly recommend upgrading. I would avoid the CPanel at all costs. Basically the steps are:
Backup your MySQL database
...
If you add a SKIP button, you're basically telling users that the splash screen isn't important. And, if it isn't important, why have it at all?
Don't let design elements get in the way of the...
But this redirects the entire directory to a new directory...
What I want is to direct an entire directory to a specific file (which will/may be named differently than the original) -- not...
I know I can create redirect in my .htaccess for a specific file:
Redirect /olddirectory/oldfile.html http://mysite.com/newdirectory/newfile.html
Is it possible to create a "global" redirect...
In addition to feed43, have you tried:
www.feedyes.com
www.feedfire.com
HTH
-R
It sounds like wiki is exactly what you need. Drupal (or any other full CMS) may be overkill. Take a look at http://www.keycontent.org/tiki-index.php?page=Collaboration%20Tools for a list of other...
Try this instead:
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
It should tell your browser NOT to cache the page and instead request a new copy each time the page is loaded.
HTH,
...
Typing man 5 crontab into the only field on the Cron Jobs panel did absolutely nothing at all.
This is exactly what I needed. Tx
-R
OK, I'll admit that I'm slow.... I realize that this will give me the MAN pages, but exactly where to I type type this?
What I want is to create a cron job to backup MySQL database "foo" and...
Where can I go to find the syntax for creating a cron job? I want perform a weekly back up of a specific MySQL database and email it to myself. Is this possible?
Not trying to argue, but I've got to respectfully disagree on this point. This attitude is the difference between a user-centered design and an application-centered design. If I have a Win95 PC with...
.... I'd first try to fix all the validation errors.
Designing for one particular browser is, IMHO, a bad idea. See the Any Browser Campaign for details.
Just my $0.02.
-R
How can I modify the headers that are sent from my site? Currently it is sending "must-revalidate" which causes problems for my users when filling out forms. If they make a mistake (or the form does...
Hmm.. when in doubt, ignore the error, eh? :rolleyes:
So this appears to be an error on the part of the validator (not taking into accound secondary implementation methods?). Thanks for the help....
I already have included the necessary <link> statement. The validation report indicates that p3p.xml can be accessed and that it is correct. The only problem I'm having is with the HTTP Protocol...
Thanks Troy, but I'm afraid I'm still having problems.
Currently, when I attempt to validate my P3P policy (http://validator.w3.org/p3p/20020128/p3p.pl?uri=www.keycontent.org%2F), I fail the HTTP...
Has ANYONE successfully implemented a p3p policy compact on their webhost?
I've created a P3P.XML (privacy policy) for my site. I >THOUGHT< I had configured it properly:
<link rel="P3Pv1" href="w3c/p3p.xml" />
However, when I try to validate the P3P policy, I get the...