|
|
#1
| ||||
| ||||
| AZ Photo Album Script Pro SEO AZ Photo Album Script Pro, SEO is needed for most scripts that I come across, and the AZ Photo Album Script Pro product is another example. changes made: index.php file added the following just after the <? at the top of the file. Gets rid of the index.php/301 redirects to the root of that page. Simpler thanfinding every mention of index.php and changing to root. [PHP] if(preg_match("/[index.php]$/",$_SERVER[REQUEST_URI])) { $url="http://".$_SERVER[HTTP_HOST].preg_replace("/(index.php)$/","",$_SERVER[REQUEST_URI]); $sapi=php_sapi_name(); if (PHP_VERSION >= '4.3.0') { header("Location: $url", 0, 301); } else if ($sapi == 'cgi' OR $sapi == 'cgi-fcgi') { header("Location: $url"); // Call the status header after Location so we are sure to wipe out the 302 header sent by PHP header('Status: 301 Moved Permanently'); } else { header("Location: $url"); header('HTTP/1.1 301 Moved Permanently'); } } [/PHP]
__________________ Michael Brandon T2DMan Please register as a user and send a PM to contact me. Instant messaging options on my profile. Diners - Book Auckland Restaurants online, special deals, photos full menus and wine lists. Restaurants - Listing Details - Open to restaurants nationwide New Zealand - get a full listing on Time2Dine |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Clients fail to follow SEO recommendations | T2DMan | 0 | 7th Oct 05 07:10 AM | |