Page 1 of 1

Using only index.php in my marketing website

Posted: Tue Jul 17, 2007 12:18 am
by webgroundz
hello php developers!

i want to create a web site for marketing purposes, like a real estate website. I want to use a framework like code igniter, using that framework. does it fit for a website like real estate?. Because, as other's said using only index.php doesn't fit for marketing website. Your opinion is highly appreciated..

more power devnetwork!. :D :D :D

Posted: Tue Jul 17, 2007 6:55 am
by Begby
I think the drawback to only index.php is that you don't get search friendly URLs. However, with CodeIgnitor you can use rewrite rules so that you have URLs like

http://www.mysite.com/browse/houses/sta ... gle-family

Posted: Tue Jul 17, 2007 6:30 pm
by webgroundz
Begby wrote:I think the drawback to only index.php is that you don't get search friendly URLs. However, with CodeIgnitor you can use rewrite rules so that you have URLs like

http://www.mysite.com/browse/houses/sta ... gle-family
oh i see., thanks for the info.. :P :P :P

Posted: Wed Jul 18, 2007 12:35 am
by matthijs
You can always rewrite the URL's with htaccess, and make something like
index.php?category=something&id=10
into
/something/10