Search found 5 matches
- Mon Jun 08, 2009 8:13 am
- Forum: CMSMS Core
- Topic: .htpasswd problems
- Replies: 5
- Views: 2222
Re: .htpasswd problems
I went to verify in my .htaccess file this is what I have at the begin of the file so I can go to my stats page. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^/(stats|failed_auth\.html).*$ [NC] RewriteRule . - [L] </IfModule> Hmm no, still no luck :( It's so fr...
- Mon Jun 08, 2009 7:52 am
- Forum: CMSMS Core
- Topic: .htpasswd problems
- Replies: 5
- Views: 2222
Re: .htpasswd problems
I am not the best with .htaccess rewrite rules but try adding these lines to the file at line 4. RewriteCond %{REQUEST_URI} ^/(secret/|missing\.html|failed_auth\.html) [NC] RewriteRule . - [L] replace "secret" to the name of the directory. thank you for your response. i just gave a try to...
- Mon Jun 08, 2009 6:24 am
- Forum: CMSMS Core
- Topic: .htpasswd problems
- Replies: 5
- Views: 2222
.htpasswd problems
Hello all, I did a search to see if a solution had been posted to this problem before, and this very similar to the problem I'm experiencing: http://forum.cmsmadesimple.org/index.php/topic,10386.0.html I have CMSMS installed in the web root, and my .htaccess file contains this: Options +FollowSymLin...
- Tue Feb 05, 2008 11:56 am
- Forum: CMSMS Core
- Topic: TinyMCE breaks hidden form fields?
- Replies: 2
- Views: 938
Re: TinyMCE breaks hidden form fields?
What about making a global content block with the form and then including it in the page? It's funny you should suggest that approach, because thats exactly what I had decided to resort to for now. :P I could use formbuilder, but my prefered method is to just put the code directly into the page.. ...
- Tue Feb 05, 2008 10:48 am
- Forum: CMSMS Core
- Topic: TinyMCE breaks hidden form fields?
- Replies: 2
- Views: 938
TinyMCE breaks hidden form fields?
Hello all, I tried searching for this specific issue but couldnt turn up anything. Apologies in advance if I've overlooked a previous answer. I'm using TinyMCE which im fine with for the most part. The problem I'm having is that whenever I try to create a form which contains hidden fields while in H...