Articles Hierarchy
v7 | SEO friendly URL's for PHP-Fusion v7 Photogallery
- 04 Sep 2008
- Tutorials
- 17146 Reads
- 4 Comments
This tutorial, written by wadday, will modify your photogallery of PHP-Fusion so it's more Search Engine Friendly (SEO).
1. Download the code for seoname.php from Len Johnson's http://www.web-bu...?folder=15 CVS Browser (click the disk). If you expect unusual characters in article titles you can edit this.
2. Upload seoname.php to the includes directory of your PHP Fusion installation.
3. Make a backup copy of maincore.php.
4. Open maincore.php and find: which is at the bottom of the page
MAKE SURE YOU BACKUP THE FILES YOU MODIFY!
1. Download the code for seoname.php from Len Johnson's http://www.web-bu...?folder=15 CVS Browser (click the disk). If you expect unusual characters in article titles you can edit this.
2. Upload seoname.php to the includes directory of your PHP Fusion installation.
3. Make a backup copy of maincore.php.
4. Open maincore.php and find: which is at the bottom of the page
| ?> |
5. And add this code above the ?>
| // Search engine friendly URLs // http://www.web-bu...cms-c1.htm require_once INCLUDES."seoname.php"; |
I have completed the php fusion version 7 photogallery for SEO url to improve the php fusion for search engines.
Download the files and follow the instructions.
Create a .htaccess file and copy the following code and save it to root where fusion is installed.
Download the files and follow the instructions.
Create a .htaccess file and copy the following code and save it to root where fusion is installed.
| ## gallery RewriteEngine On RewriteRule ^(.*)-album-([0-9]*).php$ photogallery.php?album_id=$2 [L] RewriteRule ^(.*)photo-([0-9]*).php$ photogallery.php?photo_id=$2 [L] RewriteRule ^(.*)-photo-([0-9]*).php$ photogallery.php?photo_id=$2 [L] RewriteRule ^(.*)-pid-([0-9]*).php$ showphoto.php?photo_id=$2 [L] |
Before copying over the below files, make a backup first!!
Download the package here: Click !
files included: for root (PHP-Fusion installed folder)
photogallery.php
showphoto.php
photogallery.php
showphoto.php
file included: for infusions (located in the root where php fusion is installed)
slideshows_random_photo_panel
After copying above files to your Fusion webspace do the following:
Log in as super admin and go to Admin panel --> System admin --> Infusions and infuse slideshows_randow_photo_panel. Then go to System admin --> panels admin and add slide show panel from the add new panel.
The Slideshow panel is a optional one and its SEO modded as well!
SEO FOR FUSION v7 BY WADDAY
http://www.wadday.com/blog/forum/viewthread.php?thread_id=34
Post Comment
Please Login to Post a Comment.
Ratings


Information
Resources
Submit






happy to see my article on the site.. thanks.. Diemux
added code to have a problem maincore.php prevent the appearance of pictures photogallery.php (require_once INCLUDES. "seoname.php"


link doesnt work anymore :/
Perfect mod! Tnx! For who need of seoname.php it's possible to download it at http://www.the-ma...eoname.rar