12-29-2009, 09:53 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Sep 2008
Location: Miami
Posts: 39
Thanks: 7
|
Mod Rewrite Question
Code:
RewriteEngine On
RewriteBase /jay/admin
RewriteRule ^(.*)$ $1.php
I need it to basically do the following
when a user goes to www.domain.com/jay/admin/viewUsers it will call viewUsers.php
|
|
|