Search:
Type: Posts; User: vtdev2013
Search :
Search took 0.01 seconds.
While searching for a wide range of options, I found this.........which works
Still trying to figure out how.
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
Maybe I did not specify clearly.
I already have:
<?PHP
require_once("./include/membersite_config.php");
if(isset($_POST['submitted']))
{
if($fgmembersite->Login())
I am the webmaster/designer (no cms) of www.champlainvalleyhog.com.
We have a login page for content which is not supposed to be accessible from
anyone other than members, but, if you know the...
I will post the code when site is up in beta. I am reloading each page now and it works fine for the time being.
I am building a new web site, 3 column static layout, sidebar 1 and 2 always the same, i want to be able to reload center column 'only'
content without reloading the entire page. I am assuming html...