"File not found" is shown after logout
 digo                
                
                     New
digo                
                
                     New                
            Hi,
I run a downloaded version of vanilla 3.2 (no own server, only webspace with php/mysql).
When I logout as a user, I get redirected to .../vanilla/?p=/
The page says: Ups! This page could not be found.
Same thing happens when I click on the name of the forum on the left upper side of the admin panel.
What can I do?
Thanks a lot!
Digo
            Tagged:
            
        
0          
             
         
            
Comments
vanilla/?p=/
suggests you do not have pretty URLs working.
Ah!
$Configuration['Garden']['RewriteUrls']did the trick.
Thanks for the hint.