Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Re: [SOLVED] Can't install default 2.1.1 install
If you have PHP running correctly and are still getting a white screen, there should be an error in either your PHP error logs or your server error logs. (View Post)1 -
Re: [SOLVED] Can't install default 2.1.1 install
I'm guessing your file permissions aren't set up correctly to allow your server to read/write data in the forum directory. First, try dropping a test.php file into the folder and see if you can acces… (View Post)1 -
Re: Need help with .htaccess
OK. As an FYI, I don't think you can use the full domain in the regex (nor is there any reason to). It's only matching based on the path, iirc. I never have, anyway. (View Post)2 -
Re: Need help with .htaccess
RewriteRule images/articles/(.*) http://cdn.example.com/images/articles/$1 [L] (View Post)7 -
Re: Just migrated from SMF2, everything seems intact, but, can't accept new users.
@MichaelCS The key is to do a test run first on a copy of the data, far away from your production box. (View Post)1