RewriteEngine on # This makes multiple virtual subpages for the sharing. For example, # simpleShare/Othello and simpleShare/Hive would load different configurations # but only require one instance of the directory/code/etc.. # If a fake sub-directory is the target, rewrite to a format that index.php can understand # (and process the page using the index.php in this directory). # NOTE: This will ignore anything with a period in it (eg: supporting files with extensions). RewriteRule ^([^.]+)$ ./index.php?project=$1 [L,QSA]