Hello all,
I'm on a windows server.
I would be very appreciative if someone would take a look at the following .htaccess file and let me know what is wrong with the code. Why SE friendly links don't work. Many thanks.
As of now, the only code not commented is the last 3 lines.
# This file should be placed in the main directory of Lore. It contains
# directives for Apache web servers (or other servers that support .htaccess
# files). Please consult the knowledge base for more information about these
# values
################################################################################
################################################################################
# Uncomment (remove the # in front of) the following two lines if you
# are having trouble uploading large files.
################################################################################
#php_value post_max_size 10M
#php_value upload_max_filesize 8M
################################################################################
# Uncomment if you are getting ?pt_sid=xxxxxxxxxxx at the end of every
# link in your knowledge base
################################################################################
#php_value session.use_trans_sid 0
################################################################################
# Misc values
################################################################################
#php_value memory_limit 12M
#php_value display_errors 1
################################################################################
# May need to be uncommented for some Apache 2 configurations
################################################################################
#AcceptPathInfo On
################################################################################
# Search engine friendly URLs.... may need to change application/x-httpd-php
# if you are running suPHP
################################################################################
<Files idx>
ForceType application/x-httpd-php
</Files>
I'm on a windows server.
I would be very appreciative if someone would take a look at the following .htaccess file and let me know what is wrong with the code. Why SE friendly links don't work. Many thanks.
As of now, the only code not commented is the last 3 lines.
# This file should be placed in the main directory of Lore. It contains
# directives for Apache web servers (or other servers that support .htaccess
# files). Please consult the knowledge base for more information about these
# values
################################################################################
################################################################################
# Uncomment (remove the # in front of) the following two lines if you
# are having trouble uploading large files.
################################################################################
#php_value post_max_size 10M
#php_value upload_max_filesize 8M
################################################################################
# Uncomment if you are getting ?pt_sid=xxxxxxxxxxx at the end of every
# link in your knowledge base
################################################################################
#php_value session.use_trans_sid 0
################################################################################
# Misc values
################################################################################
#php_value memory_limit 12M
#php_value display_errors 1
################################################################################
# May need to be uncommented for some Apache 2 configurations
################################################################################
#AcceptPathInfo On
################################################################################
# Search engine friendly URLs.... may need to change application/x-httpd-php
# if you are running suPHP
################################################################################
<Files idx>
ForceType application/x-httpd-php
</Files>