|
Hello -
I'm working on a 'gallery' script, and I found a way that might make things a little easier for me and the client I'm working for.
Basically, I set up the .htaccess file to use anything before .html as a variable, which I'll then use to pull records from a db.
Example: user goes to mysite.com/family_movies.html
The script passes you to gallery.php, and makes variables of family and movies. The page then shows you records which are movies related to family. I'm also going to have meta info pulled from the db.
Basically this would make things easy on the client, because to 'create' new pages all they have to do is link to them (eg. vacation_photos.html, birthday_movies.html etc)
My 1st Question: (possibly followed by others)
- Will this method allow me to submit URLs to search engines? The pages aren't really 'on the server', but it will show you what you want based on whatever is entered before the .html
Thanks for any insight!
|