Support Forums

Old 01-16-2007, 05:00 PM   #1
Junior Member
 
Join Date: Jan 2007
Posts: 12
Rep Power: 11
RyanG is on a distinguished road
Default How to Give Pages Actual Names like faq.php, terms.php, etc

OK, so I just got 68 classifieds (designer) and couldn't stand the pages.php?page=4324543523 being in the url... not only does it look tacky, but it also kills any chance of decent SEO...

Now having encrypted files, i couldnt modify or append anything to them... else zend guard would complain. BUT, I could include them in other pages... so I did just that... heres an example:

faq.php contains
PHP Code:
<?php
$_GET
['page']=4//the page number of my faq page
include('pages.php'); 
?>
Very simple... but it does exactly what I wanted, gets rid of the variable in the url, and lets me give the page a meaningful name...

Last edited by RyanG; 01-19-2007 at 05:39 PM.
RyanG is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 12:54 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0