Hi I am newbie for making webpage... Just only know basic HTML...
I Have question regarding my website I try to search here but unfortunately i did not get an answer or maybe i don't understand. Can anyone give me a code on my .htaccess or give an idea on how to edit my .htaccess?
I try this code
_______________________________
RewriteEngine On
RewriteRule (.*)\.html $1 [R=301,L]
________________________________
and it gives me this page error
______________________
The requested URL /home/gpcdcmba/public_html/index was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_jk/1.2.30 Server at www.mydomain.com Port 80
__________________________________________
actually there is already code found in my .htaccess which i change the code above..here is my old code...
______________
# -FrontPage-
IndexIgnore .htaccess */.?* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName mydomain.com
AuthUserFile /home/mydomain/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/mydomain/public_html/_vti_pvt/service.grp
Options All -Indexes
________________________________
Guys i really need your help please help me...
~ Regards ~
Ciredor