vb4.1.6 cant create article, cant login, cant register..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nell2011
    New Member
    • Sep 2011
    • 3
    • 4.1.x

    [CMS] vb4.1.6 cant create article, cant login, cant register..

    Hi@ i have following problems with my brand new 4.1.6 publishing

    i can login as admin to my site, via mysite.com/admincp
    but if i want to login to my site from frontend, nothing will happend.

    Also, i tried to create new, test user. Again, nothing happened, no user was created, for the second time even captcha picture was missing.

    Second problem is, i cannot create articles! Just error message will pop out: No Content Type Selected

    I have fresh vbulletin installation, no plugins installed, nothing, no content, no forum posts.. just fresh install.

    any ideas?

    (i also deleted htaccess, uploaded it again, but.. no success at all)


    please, what can be wrong with my 4.1.6?

    link to my site
  • Nell2011
    New Member
    • Sep 2011
    • 3
    • 4.1.x

    #2
    ok, i found where was the problem, i deleted htaccess permanently, and site is working again.
    i had this in my htaccess:

    RewriteEngine on

    RewriteCond %{HTTP_HOST} !^www\. [NC]
    RewriteRule (.*) http://www.podn1kania.sk/$1 [R=301,L]

    but now, my site is not redirected, and also i want to turn on Mod Rewrite Friendly URLs

    could someone help me with working htaccess file for 4.1.6 cms?

    thank you!
    *new to vb*

    Comment

    • TheNewOne
      Senior Member
      • Aug 2011
      • 1033
      • 4.2.5

      #3
      your htaccess file has been done wrong
      try this
      RewriteEngine on
      RewriteCond %{HTTP_HOST} !^podn1kania.sk\. [NC]
      RewriteRule (.*) http://www.podn1kania.sk/$1 [R=301,L]

      or this

      RewriteEngine on
      RewriteCond %{HTTP_HOST} ^podn1kania.sk [NC]
      RewriteRule ^(.*)$ http://www.podn1kania.sk/$1 [R=301,L]

      or
      RewriteEngine on
      RewriteRule ^(.*)$ http://www.podn1kania.sk/$1 [R=301,L]

      Last edited by TheNewOne; Tue 20 Sep '11, 10:29pm.

      Comment

      Related Topics

      Collapse

      Working...