Forum Moderators: open
Also, I'm very interested in internet marketing, I have a small webshop myself, I spend about 6 months writing the thing in textpad using html, php and javascript. - Norwegian people doesen't exactly do it the easy way I think, at least I'm not, but from now on I will be thinking smarter, and therefor I have to ask you guys.. When you make pages to profit from, whether it is webshops, affiliate sites, one-product-shops, article directories or whatever.. how do you make the pages? Do you pay someone to make them? Do you use frontpage or dreamweaver, do you write them yourself?
I guess I'm asking for some ideas on how to develop good pages without having to write ten's of thousands of php lines in textpad?
And also.. how the %#"% do you make the pages look like thay have been made in plain html even if it is a index.php which runs the whole site.. i'm talking about NOT having the urls like
domain.com/index.php?group=hello&site=indonesia
I want the pages to be generated in html.. if you understand what I mean..
I think wwWebmasterWorldeddingfavors.com gives you an idea on what I'm looking for regarding the urls..
I would love to get some answers...
Usually this is achieved through having most of the contents stored in a database or other repository and dynamically server up.
There are various ways of making those horrible long URL's appear to be actual html pages instead.
Key phrases to search for include
URL Rewrite
Custom 404 page
and probably a few more methods, but can't think of them at the moment.
But here is a thank u 2 u 2 ;)