x00
MVPx00 MVP
Reactions
-
Re: Import users to Vanilla
DenisS you are the one closest to the problem, it is near impossible to diagnose problem like through little sound bites like this. Think about it realisticly, would you be able to guess from this? m… (View Post)2 -
Re: Giving Vanilla Forums its own Directory
It should be a lot simpler then wordpress becuase everything goes through a single dispatcher if dynamic. You have two approaches. If you are not putting anything int he web root that is going to be … (View Post)6 -
Re: Need help upgrading
if you are not comfortable upgrading it probably isn't for you. Beta is for beta testers. Anyone who uses it has that responsibility to fill those shoes. (View Post)1 -
Re: Friendly urls broken at apache level (I think), but I can't find the problem.
I think .htaccess is not enabled. https://help.ubuntu.com/community/EnablingUseOfApacheHtaccessFiles (View Post)2 -
Re: How to hide or remove port :80 from the url
sorry there is an error in my code, fix: <?phpif(@isset($_SERVER['HTTP_HOST']) && substr($_SERVER['HTTP_HOST'],-3)==':80') $_SERVER['HTTP_HOST'] = substr($_SERVER['HTTP_HOST'],0,-3);if(@is… (View Post)1
