My Robot.txt and .htaccess with Joomla 1.5.4
Friday, 27 June 2008 01:27
Last Updated on Tuesday, 08 July 2008 10:28
I have been asked twice now to show my own robot.txt and .htaccess file...
Just be sure to rename the files and the contents, and if it brakes your site bitch to your host and not me, and if I am your host then you did something wrong.
Please not all I do is take the default htaccess.txt and rename it to .htaccess and then take this line
and replace with
RewriteEngine On
RewriteBase /
Options +FollowSymLinks
ErrorDocument 404 http://www.joomlamafia.com
RewriteCond %{HTTP_HOST} ^joomlamafia\.com [NC]
RewriteRule ^(.*)$ http://www.joomlamafia.com/$1 [L,R=301]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.shtml\ HTTP/
RewriteRule ^index\.html$ http://www.joomlamafia.com/ [R=301,L]