anton-io!
Apr 7th 2005, 10:47 pm
Hello!
I am running the .htaccess file online on the server - no problems there ...
My problem is when I try to run it on localhost ... nothing ...
PHP code/MySQL everything else is great
Here's a sample of the server version .htaccess file ...
Options +FollowSymLinks
rewriteEngine on
rewriteBase /
RewriteCond %{HTTP_HOST} ^h**p://www.somethingseomething.com/
RewriteRule ^(.*)\.htm$ /view-this.php?UID=$1 [L]
... etc ...
this works great on the server ... on the localhost, I changed
RewriteCond %{HTTP_HOST} ^h**p://www.somethingseomething.com/
to
RewriteCond %{HTTP_HOST} ^h**p://localhost/something
nothing ...
I'm using Sokkit (should really not make a difference), PHP, etc ...
any ideas - thanks greatly!
I am running the .htaccess file online on the server - no problems there ...
My problem is when I try to run it on localhost ... nothing ...
PHP code/MySQL everything else is great
Here's a sample of the server version .htaccess file ...
Options +FollowSymLinks
rewriteEngine on
rewriteBase /
RewriteCond %{HTTP_HOST} ^h**p://www.somethingseomething.com/
RewriteRule ^(.*)\.htm$ /view-this.php?UID=$1 [L]
... etc ...
this works great on the server ... on the localhost, I changed
RewriteCond %{HTTP_HOST} ^h**p://www.somethingseomething.com/
to
RewriteCond %{HTTP_HOST} ^h**p://localhost/something
nothing ...
I'm using Sokkit (should really not make a difference), PHP, etc ...
any ideas - thanks greatly!