Do i need .htaccess to make my custom error pages?
Do i need .htaccess to make my custom error pages?
Yes. .htaccess helps with redirecting to your custom error pages, because otherwise it might just use x10hosting's error pages without the redirect.
i dont have one...how can i make one?
When entering your filemanager from cPanel or ftp make sure that you are able to view dot files. You should already have an .htaccess file. If even after that you still don't see it, then try putting the settings back to default and try again, making sure you check that box that says to view dot files when entering filemanager.
its empty
It normally is -- you have to add the access, rewrite and errordocument rules you need. See this article at www.htaccess-guide.com for more.
“Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
"It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)
thanks it works now