Support Forums
HTACCESS Resources Anyone? - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Web Server Support and Setup Help (https://www.supportforums.net/forumdisplay.php?fid=37)
+---- Thread: HTACCESS Resources Anyone? (/showthread.php?tid=7221)



HTACCESS Resources Anyone? - MasterZuFu - 05-21-2010

I need to learn a lot about .htaccess, because it's causing a lot of problems on my site. Anyone got any good in-depth resources for this?


RE: HTACCESS Resources Anyone? - Support - 05-21-2010

I used this when it was causing problems for Chrole. Do you mean its causing problems for CEH?


RE: HTACCESS Resources Anyone? - MasterZuFu - 05-21-2010

Yeah, it's causing a great number of problems for CEH. Ever since I changed hosts it's been giving me a lot of problems. It could be a wide range of things really. I mean before I was on a shared host and apache was already setup for me from the git-go, but now I had to set it up myself. A friend of mine did it for me, but htaccess is like wiping my site out. mod_rewrite simply isn't working.


RE: HTACCESS Resources Anyone? - Support - 05-21-2010

You should seek for a webmaster to set it up for you. They might want payments through.


RE: HTACCESS Resources Anyone? - timestandstill - 05-21-2010

http://www.htaccessbasics.com/


RE: HTACCESS Resources Anyone? - wundark - 05-21-2010

What are the problems on your site?


RE: HTACCESS Resources Anyone? - MasterZuFu - 05-22-2010

It's all working now. I had several things setup wrong, as well as not changing generic settings in a default file.


RE: HTACCESS Resources Anyone? - Disease - 10-08-2010

(05-22-2010, 07:59 AM)MasterZuFu Wrote: It's all working now. I had several things setup wrong, as well as not changing generic settings in a default file.

Apache's documentation is very well written and worth looking at: Apache documentation.

.htaccess files are simply a per-directory extension of the Apache configuration files. Most directives are eligible to be used within a .htaccess file. In fact, take a look at Apache's quick reference list. The letter h in the penultimate column represents that directive being eligible for .htaccess.

And of course if you're looking for help with specific modules (mod_rewrite) for example, read the module's documentation. You can find mod_rewrite's documentation here.


RE: HTACCESS Resources Anyone? - MarkW7 - 10-10-2010

I don't know how in-depth you want, don't know if this is of any help;

http://mcompute.co.uk/showthread.php?tid=256


RE: HTACCESS Resources Anyone? - Sam - 10-10-2010

I did actually make a basic guide on this a while back. I hope it helps you:

http://www.supportforums.net/showthread.php?tid=7972