Jump to content

Josua27176

Members
  • Posts

    13
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Josua27176

  1. (I went through the first page of comments FYI so idk if the answer is hidden in the other 6) but this just seems a bit confusing from the comments so far. I totally understand if addons wanna be sold offsite (removing the marketplace) but are you still going to be developing things like the forums applications and commerce etc cause even though they're is things you can install in that same applications section as-well but those are developed in-house? Sorry if this was answer somewhere else.
  2. Hey Everyone, I am trying to use the Rewrite URLs? option under SEO but I dont know what I need to put in the nginx site configuration file. I was hoping someone here could help me because IPB Support doesnt offer nginx support. This is what I have inside my config file (just a snip-it) location ~ "/forums/\.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$)" { try_files $uri /index.php$is_args$args; } location /forums/ { try_files $uri $uri/ /index.php$is_args$args; } Any help would be greatly appreciated.
×
×
  • Create New...