your right man. I think my answer might be here. I just asked a question and it seems there is a video on this. I will watch it after work. Good post. This should be a sticky
I might be doing this in the wrong page but I was wondering if someone could give the .htaccess line for mod-rewrite for removing variables and extensions from the web url :
PHP Screencasts
Day 1: Downloading the Language - http://blog.themeforest.net/screencasts ... eo-series/
Day 2: Variables - http://blog.themeforest.net/screencasts ... php-day-2/
Day 3: Passing Values From Page to Page - http://blog.themeforest.net/screencasts ... php-day-3/
Day 4: Multiple Variables and the “foreach” Statement - http://blog.themeforest.net/screencasts ... php-day-4/
Day 5: Refactoring, Arrays, and Functions - Oh My! - http://blog.themeforest.net/screencasts ... php-day-5/
Day 6: Including Files - http://blog.themeforest.net/screencasts ... php-day-6/
Day 7: Regular Expressions- http://blog.themeforest.net/screencasts ... php-day-7/
Day 8: Strings- http://blog.themeforest.net/screencasts ... php-day-8/
Day 9: First-time Visitors- http://blog.themeforest.net/screencasts ... php-day-9/
Day 10: Getting Started With MySql- http://blog.themeforest.net/screencasts ... hp-day-10/
Day 11: SQL Insert Statements- http://blog.themeforest.net/screencasts ... hp-day-11/
Day 12: Files - http://blog.themeforest.net/screencasts ... hp-day-12/
Day 13: Uploading Files - http://blog.themeforest.net/screencasts ... hp-day-13/
Day 14: OOP- http://blog.themeforest.net/screencasts ... hp-day-14/
Day 15: Calculator Class- http://blog.themeforest.net/screencasts ... hp-day-15/
Day 16: Database Abstraction Class- http://blog.themeforest.net/screencasts ... hp-day-16/
for removing variables and extensions from the web url :
e.g
?page=Home
to
page/Home
e.g
and page.php
to
/page