Quote from: Skhilled on August 05, 2022, 08:38:08 AM
Within the next week or two I may be upgrading this site to SMF 2.1.2.
Quote from: Chen Zhen on August 07, 2022, 02:09:02 AM
If your SMF forum resides in a sub-directory server path then you may have problems saving scores for some games.
In this scenario, a game may redirect to the parent directory of your forum path whilst showing a 403 path error.
Your solution is to adjust your server config or add a server config file in the main server path.
ie. for Apache
Main website url path is: https://mydomain.com
SMF url path is: https://mydomain.com/forum
Use FTP or your terminal to create a .htaccess file in your main server path for "mydomain.com" (not your SMF path but possibly its parent path)
htaccess possible contents:RewriteEngine on
RewriteCond %{QUERY_STRING} act=Arcade
RewriteCond %{REQUEST_URI} !forum
RewriteRule (.*) https://%{HTTP_HOST}/forum/$1 [NC,L]
Quote from: Skhilled on May 03, 2022, 08:07:27 AM
You've got me! LOL At first, I was thinking the dots were come type of screwed up lettering or code. LMAO
Page created in 0.179 seconds with 16 queries.