The Most Advanced Arcade Script
25 Jul
SEO friendly URLs take ugly PHP based web addresses, and attempt to make them not only look more appealing towards your users, but also to give the search engines relevant information in the URL to help increase your search engine rankings.
Here are some examples, first a regular Arcadem URL: http://arcadempro.com/demo/flash-arcade-game.php?gameid=712&gamename=Cannon%20Ball
With SEO friendly URLs turned on, this now becomes: http://arcadempro.com/demo/712-Cannon-Ball.html
The end result is a URL that is not only more readable by the search engines, but also looks more appealing to your visitors as well.
SEO friendly URLs are accomplished through the .htaccess file, which means that this feature is only supported on Apache servers, or IIS servers that have an .htaccess mod installed. In addition, if your ‘Path to Arcadem’ is set incorrectly you will experience 500 Internal Server Error error messages.
The path to Arcadem should allows be relative to your website’s root, and must contain both an opening and trailing forward slash. Let’s review several examples of the correct path to use in different circumstances.
Primary Domain:
Sub Domain:
Installed to folder
Installed to folder on a subdomain
Installed to a deep folder:

2 Responses for "SEO Friendly URLs"
I’m not too sure why it’s not like this from the install?
bbrian017, this is disabled by default because not all hosting environments support it. If they did, then this would be default.
Leave a reply