Forum Suggestions
Posted: 2013-01-10 16:52
Hello everyone, just joined these forums!
Been looking around, much better than the old LinkedIn one, so good job on that. A few things though could be polished/changed, from another forum admin's point of view.
1) IMPORTANT - On the main AppGini support page, the forum link has not been updated to the new phpBB link. http://bigprof.com/appgini/support. That needs changing to the new forum link.
2) URL redirection. I think this should be done to make it easier to remember the URL. Upon trying to find the forums, I repeatedly typed in forums.appgini.com, thinking it was correct. In my opinion, whilst having it in a folder called phpbb is perfectly fine, the basic URL should redirect. This could be done with .htaccess like this:
That should work. You can create a .htaccess file in this URL's directory and insert that code into it. If you already have one, add it to the end of the file.
These were just a couple of things I thought of. Other than that, good job on the forum!
Been looking around, much better than the old LinkedIn one, so good job on that. A few things though could be polished/changed, from another forum admin's point of view.
1) IMPORTANT - On the main AppGini support page, the forum link has not been updated to the new phpBB link. http://bigprof.com/appgini/support. That needs changing to the new forum link.
2) URL redirection. I think this should be done to make it easier to remember the URL. Upon trying to find the forums, I repeatedly typed in forums.appgini.com, thinking it was correct. In my opinion, whilst having it in a folder called phpbb is perfectly fine, the basic URL should redirect. This could be done with .htaccess like this:
Code: Select all
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?forums.appgini.com$
RewriteRule ^(/)?$ phpbb [L]
These were just a couple of things I thought of. Other than that, good job on the forum!