The automatic system is currently unavailable.

If there is something some payment pending for you please let me know. I'm reading unread PM, emails, and messages on various platforms as fast as possible but it is possible I missed a message from you if there was any.

Send me a message on Discord Omar G.#6117 and a PM over at the MyBB.com community so I don't miss your message.

What code do I need to add for SEO friendly URLs to work?
By default this plugin uses friendly URLs, but you can enhance them modifying the included settings. The default scheme for these URLs is: * Page UR...

By default this plugin uses friendly URLs, but you can enhance them modifying the included settings. The default scheme for these URLs is:
  • Page URL Scheme: page-{url}
  • Category URL Scheme: category-{url}

The default code to add to your .htaccess file is the following:
 # OUGC Pages Category URL:
 RewriteRule ^category\-([^./]+)$ pages.php?category=$1 [L,QSA,NC]

 # OUGC Pages Page URL:
 RewriteRule ^page\-([^./]+)$ pages.php?page=$1 [L,QSA,NC]
Files

There are currently no posts to display. Be the first one to leave a reply.

Current time: 6 Jun, 2023, 1:34 am

This forum uses Lukasz Tkacz MyBB addons.