Yeah I figured it was wrong, I found it on some web site, I know not to go to that site anymore.
so my .htaccess now appears like this:
however I still get a 500 server error when I browser to any page.Code:ErrorDocument 400 /errors/400.html ErrorDocument 401 /errors/401.html ErrorDocument 403 /errors/403.html ErrorDocument 404 /errors/404.html AddType text/html .shtml AddHandler server-parsed .shtml Options Indexes FollowSymLinks Includes DirectoryIndex index.shtml index.html order allow,deny deny from 123.45.6.7 deny from 012.34.5. allow from all Redirect /docs/old/index.html http://localhost/docs/php/test.php AddType application/x-shockwave-flash swf AddType application/octet-stream txt IndexIgnore *.gif *.jpg *.css *.js <ifModule mod_php4.c> php_value zlib.output_compression 16386 </ifModule> Options +FollowSymlinks RewriteEngine on RewriteRule bg-(.*)-font-(.*)\.html$ test.php?bgcolor=$1&fontColor=$2


LinkBack URL
About LinkBacks





Reply With Quote


Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum