
![]() |
![]() |
![]() |
|
|||||||
![]() |
![]() |
|
Welcome to Talk Arcades, the premier forum for arcade webmasters. You are currently viewing our boards as a guest. By joining our community you will be able to make posts, communicate privately with other arcade webmasters and talk advantage of the GameFeed™ Distribution Network for 1-click installation of games into your arcade. Registration is easy, so please join us today! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) | ||||
|
Arcade Elite
![]() ![]() ![]() Join Date: Jul 2009
Location: Va, USA
Posts: 1,312
![]() |
Tutorial can be found here:
http://www.gssmods.com/forumdisplay.php/5-GSS-Mods-Plug-Ins- Here is an excerpt- I have created a new "Robots" section in admin area>pages, where if i enter text like (noindex,nofollow), it overrides the default for that page only (and anything that calls the page- like the server) I needed this because I created 5 custom error documents (400,401,403,404,500), and didnt want them indexed or followed by search engines. Also, any pages pulled up by users that trigger a server error document will not be indexed or followed. here are screen shots: ![]() here is the default for all pages (if no text entered): Quote:
The other 3 (400,401,500 are not really testable, so I didnt link examples) 404 http://www.havocarcade.com/p 403 http://www.havocarcade.com/adver Quote:
Code:
First lets create the error doucuments, and set them up in .htaccess, then we will edit the files- Create the following Error pages using this format, and then add your unique page content: Example: Quote:
note- error codes definitions: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html 404 Not Found 403 Forbidden 500 Server Error 400 bad request 401 Unathorized Now tie all your custom error pages into .htaccess (change text in red to match your new error document page): note- this is for mod_rewrite urls, if using query_string yours will look like this Quote:
Last edited by rive0108 : 02-06-2010 at 12:59 PM. |
||||
|
|
|
![]() |
![]() |