PDA

View Full Version : I cant login from vbadvance.


elroger
10-29-2009, 04:25 AM
I cant login from vbadvance.
My page (http://www.gigaforo.com/)

User: try
Pass: 1234

And i have problem also with logout.

Thanks!

CareyCrew
10-29-2009, 05:31 AM
http://www.vbadvanced.com/forum/faq.php

http://www.vbadvanced.com/forum/faq.php?faq=vba_trouble#faq_vba_trouble_cookie

Our Sponsors
 

elroger
10-29-2009, 09:55 AM
Thanks, but i created the file

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^gigaforo\.com
RewriteRule ^(.*)$ http://www.gigaforo.com/$1 [R=permanent,L]

and it does not run ...

What
wrong?

Everything before trying the steps above ...

but none

I put the file in the root of the forum and when I access it gives me a 404 error.

Thanks again!



PD.- In the url

http://gigaforo.com/forum/login.php?do=login

whithout www. gives me a 404 error.

Thanks a lot

Brian
10-29-2009, 10:07 AM
You're not using the exact code from the FAQ. Try using that exact code posted in our FAQ without adding spaces, capitolizing letters, or making any changes besides the domain name.

Our Sponsors
 

elroger
10-29-2009, 10:18 AM
You're not using the exact code from the FAQ. Try using that exact code posted in our FAQ without adding spaces, capitolizing letters, or making any changes besides the domain name.

Sorry to bother you much, but I've written the code exactly as you have asked me:

(I have edited the previous post with code written correctly)

But the problem continues.

elroger
10-29-2009, 10:28 AM
Thank you, I think it's fixed.

Users same thing happens to them they only have to read the Faqs

Thanks again