Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Andrew Tsai Posted August 9, 2013 Posted August 9, 2013 I've been trying to implement friendly URLs to my community website, and I've been following this guide: http://www.devcu.com/forums/topic/262-furl-friendly-urls-with-ipb-and-nginx/ However I really don't know what I'm doing (I didn't set this up, only inherited this system) and I'm hoping to get some help. I want to achieve this: http://community.pcgamingwiki.com/page/index.html becomes http://community.pcgamingwiki.com/ http://community.pcgamingwiki.com/index becomes http://community.pcgamingwiki.com/forums/ Here is the config for NGINX for my subdomain http://community.pcgamingwiki.com: http://pastebin.com/HgiZSjY1 Any idea what I would need to do to change this? The second question is how can I speed up IP Board? It seems to load slowly compared to my MediaWiki or old PHPBB3 forums.
Makoto Posted August 11, 2013 Posted August 11, 2013 First,http://wiki.nginx.org/IfIsEvil Second,http://community.invisionpower.com/topic/384522-how-to-set-up-a-secure-ipboard-installation-with-nginx-and-php-fpm/ I'm not sure about forcing / to become /page/index.html, when you set IPC as the default app it just redirects to /page/index.html Edit: I think this is what you're looking for? http://community.invisionpower.com/resources/documentation/index.html/_/tutorials/content/make-ipcontent-your-home-page-r174
Andrew Tsai Posted August 12, 2013 Author Posted August 12, 2013 First,http://wiki.nginx.org/IfIsEvil Second,http://community.invisionpower.com/topic/384522-how-to-set-up-a-secure-ipboard-installation-with-nginx-and-php-fpm/ I'm not sure about forcing / to become /page/index.html, when you set IPC as the default app it just redirects to /page/index.html Edit: I think this is what you're looking for? http://community.invisionpower.com/resources/documentation/index.html/_/tutorials/content/make-ipcontent-your-home-page-r174 Thanks, I think we managed to clean up the NGINX config and removed those evil Ifs. The latest config is here: http://pastebin.com/AFgkM4Cp We have also placed the $path_to_ipb = './forums/'; inside this code inside index.php but this doesn't seem to make a difference. Also the instructions for mod_rewrite seem to be for htacces rather than NGINX, is there a simple way to implement the same process for fixing these URLs? Apologies in advance for my noobishness.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.