SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)
How do I use .htaccess file?
If a quick google search hasn't answered this question for you already, here's some direct links to the top hits that all have excellent and comprehensive information about how to work with .htaccess files:
In a nutshell, .htaccess files are files that you put on your server in a particular place (where depends on your sever's configuration). The most common use of the is to password protect directories at the server level, so all files, including images, require a password to get to. When you go to a page that is inside a directory that is protected with .htaccess, your web browser pops up a username and password box.
Check the above pages for details about how to configure the .htaccess file, where to put it and how to setup its associated password and group files. Good luck!
The comments are owned by the author. We aren't responsible for their content.
.htacess & smart quotes
Hi,
Could someone point out specifically:
1. where I can find the necessary .htaccess code I need to insert to prevent the "\" appearing before quotes in the AMS module?
2. tell me how to implement it?
Thank you!
Example of .htaccess 2.0.14 with Protector?
Could someone give me an example of a working .htaccess file for XOOPS 2.0.14 and Protector 2.52 module? This attempt: Quote:
DirectoryIndex index.php php_flag register_globals off php_admin_flag allow_url_fopen off
is making my site unavailable.
Any help or comments are highly appreciated!
Re: Example of .htaccess 2.0.14 with Protector?
What do you mean by "unavailable"?
Try removing this; you can't use it in an .htaccess file:
php_admin_flag allow_url_fopen off
Re: Example of .htaccess 2.0.14 with Protector?
You will also need to ask your webhost to set "AllowOverride Options" or "AllowOverride All" for your website before you can set php_flag in your .htaccess
.htacess & smart quotes
Hi,
Could someone point out specifically:
1. where I can find the necessary .htaccess code I need to insert to prevent the "\" appearing before quotes in the AMS module?
2. tell me how to implement it?
Thank you!