RewriteEngine on
RewriteRule ^([a-zA-Z0-9_-]+)(/)?$ /showme.php?u=$1
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
ah, I thought since it was in the ~smptest/ directory, that my rewrite rule should look for anything after that.. I didn't know I would have to include ~smptest/ in the rewrite rule. thanks.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
RewriteEngine On
RewriteRule ^~smptest/([a-zA-Z0-9_-]+)(/)?$ showme.php?u=$1
Doesn't work either. unless something in the ~smptest/ is triggering the regex I cannot see why.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
I think i was rewriting the url to a different directory.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.