i want to use that moudle for shortcut over the full name of site.
But when i copy .htaccess in my root directoty and run the page i get this error.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,
Lualah@hotmail.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.0.52 (Win32) PHP/4.3.10 Server at Lualah.info Port 80
why that, what is wrong with .htaccess.
Files in .htaccess are
# -FrontPage-
RewriteEngine on
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
RewriteRule ^topic([0-9]+).html$ loadpage.php [L]
RewriteRule ^article([0-9]+).html$ loadpage.php [L]
RewriteRule ^articles.html$ loadpage.php [L]
RewriteRule ^user([0-9]+).html$ loadpage.php [L]
RewriteRule ^submit.html$ loadpage.php [L]
RewriteRule ^archive.html$ loadpage.php [L]
RewriteRule ^sections.html$ loadpage.php [L]
RewriteRule ^partners.html$ loadpage.php [L]
RewriteRule ^$ loadpage.php [L]