Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

.htaccess?

Other discussion about creating web sites for Cumulus that doesn't have a specific subforum

Moderator: daj

Post Reply
n9mfk
Posts: 845
Joined: Sun 10 May 2009 8:52 pm
Weather Station: davis vp2 Serial datalogger
Operating System: Windows 7 64-bit
Location: Springfield, IL

.htaccess?

Post by n9mfk »

Hi All
I need some help with a .htaccess?
here the problem if i do http://www.n9mfk.com/
$_SERVER['REQUEST_URI']; is blank

so my question i how can i make it /index.php

Code: Select all

RewriteEngine On
RewriteCond %{HTTP_HOST} !^(.*)\.n9mfk\.com$ [NC]
RewriteRule ^(.*)$ http://www.n9mfk.com/$1 [R=301,L]
RewriteRule ^/?avatar.png$ /avatar.php [L]


Post Reply