Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » RADICORE Installation Issues » include path
Re: include path [message #963 is a reply to message #962] Wed, 18 July 2007 14:21 Go to previous messageGo to previous message
NIMA is currently offline  NIMA
Messages: 3
Registered: July 2007
Junior Member
I don't know where to look to find out if my xampp setup is handing htaccess.txt.

I ran the phpinfo. I am attaching the result. will you be able to tell if my httpd.conf is setup correctly.

my web root directory is drive e:
my xampp is installed on c:\xampp\
my radicore is installed on e:\radicore\

************************************************************ **
here is my httpd.conf content:
************************************************************ **

============================
handling root access to web:
============================

DocumentRoot "e:"
<Directory "E:/">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>

=====================
handling the htaccess
=====================

# this is for htaccess.txt used by radicore
AccessFileName htaccess.txt
<Files ~ "^htaccess\.">
Order allow,deny
Deny from all
</Files>

# this is for .httaccess used by other applications.
<FilesMatch "^\.ht">
Order allow,deny
Deny from all
</FilesMatch>

************************************************************ ***
My htaccess.txt content:
************************************************************ ***

<Files ~ "\.inc$">
Order deny,allow
Deny from all
</Files>

php_value default_charset "UTF-8"
php_value include_path ".;E:\radicore\includes\;c:\xampp\htdocs\radicore\includes\"

php_value register_globals 0
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value magic_quotes_sybase 0
php_value session.use_cookies 1
php_value session.use_only_cookies 0
php_value session.use_trans_sid 1
php_value session.gc_maxlifetime 3600
php_value arg_separator.output "&amp;"
php_value url_rewriter.tags "a=href,area=href,frame=src,input=src,fieldset="

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Path information
Next Topic: Error while creating menu database in 1.26
Goto Forum:
  


Current Time: Sun Jun 30 08:36:03 EDT 2024

Total time taken to generate the page: 0.01021 seconds