.htacces problem need help !
Posted by: florin (---.pub.ro)
Date: June 04, 2007 11:33PM

I have a strange problem with my rewrite_mod.
I have enabled rewrite_mod and i have restarted apache.
My site is in [localhost] .My .htacces file is located in [localhost] .
When i enter in to my address meaning [localhost] rewrite won`t work and i`m not receving any error in the web browser eighter in the apache log.
I`m entering in my website trough [localhost] and the lincks are the same no rewrite rule applyed to them( they still loock like index.php?id=home ).
My .htacces file :
RewriteEngine On
RewriteBase /director/
RewriteRule ^Home.html$ /index.php?id=home [QSA,L]

My httpd.conf(part of it ):
the part where i enabled the lodmodule
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule setenvif_module modules/mod_setenvif.so
#LoadModule speling_module modules/mod_speling.so

The part for the directory:

#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "C:/wamp/www/">

#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# [httpd.apache.org]
# for more information.
#
Options Indexes FollowSymLinks

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride all

#
# Controls who can get stuff from this server.
#
# onlineoffline tag - don't remove
Order Deny,Allow
Deny from all
Allow from 127.0.0.1

</Directory>

I apologize for my bad english and10x to all , i hope i will get an answer.


Options: ReplyQuote
Re: .htacces problem need help !
Posted by: CyberSpatium (71.237.217.---)
Date: June 05, 2007 01:50AM

if you had done a search you would have found this posted a few days ago
[forum.wampserver.com]


CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!


Cellular Phone Deals - The Best on the Net! - FREE PHONES! Take your pick from our featured cellular phone deals by Cingular, Verizon, T-Mobile, Sprint PCS, Nextel, and more! Most of our cellular phone offers include a FREE cellular phone with FREE shipping!


Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.


Mortgage and Home Loan Advice:
Clarify Loans

Options: ReplyQuote
Re: .htacces problem need help !
Posted by: florin (---.pub.ro)
Date: June 05, 2007 09:23AM

i`v done a search and i sow your guide but how does this help me ..
as i said in the first post i have enabled mod_rewrite and i can`t figure it out .Please help me .
Regards.



Post Edited (06-05-07 09:36)

Options: ReplyQuote
Re: .htacces problem need help !
Posted by: CyberSpatium (71.237.217.---)
Date: June 05, 2007 11:42PM

read the ultimate .htaccess guide on my blog.
http://webdevnewbie.com/2007/06/02/the-ultimate-apache-htaccess-ultimate-guide/


CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!


Cellular Phone Deals - The Best on the Net! - FREE PHONES! Take your pick from our featured cellular phone deals by Cingular, Verizon, T-Mobile, Sprint PCS, Nextel, and more! Most of our cellular phone offers include a FREE cellular phone with FREE shipping!


Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.


Mortgage and Home Loan Advice:
Clarify Loans

Options: ReplyQuote
Re: .htacces problem need help !
Posted by: jaimebien (---.carlnfd4.nsw.optusnet.com.au)
Date: June 11, 2007 02:53PM

Eh, just my two cents here, but maybe it's the spelling of ".htacces"? I noticed you wrote ".htacces" more than once, when in fact it should be ".htaccess" (ie. double s). Perhaps...



Post Edited (06-11-07 14:53)

Options: ReplyQuote
Re: .htacces problem need help !
Posted by: CyberSpatium (71.237.217.---)
Date: June 12, 2007 01:47AM

sorry for the typo, yes it is .htaccess.


CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!


Cellular Phone Deals - The Best on the Net! - FREE PHONES! Take your pick from our featured cellular phone deals by Cingular, Verizon, T-Mobile, Sprint PCS, Nextel, and more! Most of our cellular phone offers include a FREE cellular phone with FREE shipping!


Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.


Mortgage and Home Loan Advice:
Clarify Loans

Options: ReplyQuote


Sorry, only registered users may post in this forum.