making a different url like the ones on myspace

adx

New Member
Yes, it can be done with PHP. Though, I must say, if you don't know what it's for then you probably don't need it.
 

Vanish Design

New Member
I'm not sure what you mean. You want directories or variables?

Google "URL Rewriting htaccess" if you want help making pseudo-directories.

Why would you want the variable-run site? It's only practical if you're querying a database running off one master PHP file. Most people want to move away from the variable oriented URL because it's awful for SEO
 

Snerdey

New Member
Links really need to be generic and have real words, keywords or titles of what they are going too. Most of the ID's and codes are worthless to seo efforts.
 

nix3ll

New Member
Code:
http://www.espan-glish.com/wallpapers/lo00001weg/index.php

Is this how you want it?
http://www.espan-glish.com/index.php?dir=wallpaper&cat=lo00001weg

If so, you need to learn mod_rewrite with .htaccess
 

conor

New Member
if you want clean URLs then try Mod Rewrite. If you don't want to get into anything "hardcore" then try using a CMS to handle all that for you.
 
Top