If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: DavidB
Forum Index » Profile for DavidB » Messages posted by DavidB
Author Message
Anonymous wrote:Firstly, thanks. The .php exten

Secondly, I am still confused...

Step 1, add this to the .htaaccess file. Do that in Notepad? Remove the one line that is in that file, paste what you've said? I find 2 of these htaaccess files, change both?


You DO NOT hve two .htaccess. You MAY have an .htaccess and an .htpasswd. Do NOT change anything there. Add the commands in either set of instructions listed above.
This of course will cause all HTML/HTM pages on yoru site to render slower. Also be sure NOT to delete any other .htaccess settings for HTML. Many folks user server parse to do 'include virtual' commands in html. Remember that each of these that you add causes even more overhead.

The BETTER way is in the .htaccess file is create a redirect command such as this...

Redirect permanent /index.html /index.php

that is not 100% accruate syntax, you will have to research and set the paths etc for your site.
In the admin section - general settings. If you change ANYTHING, the version reverts to 2.0.2. Well technically it does NOT change, however the version NUMBER changes.

FIX:
File admin_settings.php
Line 67

REPLACE
$cfg['poll_version'] = "2.02";

WITH
$cfg['poll_version'] = "2.0.3";

Thast it thanks...
 
Forum Index » Profile for DavidB » Messages posted by DavidB
Go to:   
Based on the open source JForum