Forum Moderators: phranque

Message Too Old, No Replies

.htaccess localhost problem

         

techguy80

11:52 pm on May 5, 2008 (gmt 0)

10+ Year Member



We need to convert this file to use it on the localhost, the local site is [localhost...] can anybody help? ? ? ? We have been working on this for 8 hours! ;(

#php_flag register_globals on

DirectoryIndex main.php index.php

RewriteEngine on

RewriteCond %{HTTP_HOST} ^livesiteexample.com [NC]

RewriteRule ^(.*)$ [livesiteexample.com...] [L,R=301]

RewriteRule ^/?([^/]*)/?([^/]*)/?([^/]*)/?([^/]*)/?([^/]*)/?\.html /main.php?SCREEN=$1&name=$2&start=$3&brand=$4&size=$5 [L]

jdMorgan

1:38 pm on May 6, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What is the specific problem, please?

What are you trying to do that does not work as expected?

Jim