|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
||||
|
||||
|
htaccesss question
Just read a tutorial about mod_rewrite. I created the .htaccess file and added the mod_rewrite info. But I got a permission denied error. So I've been toying w/ the allow but nothing's worked. Please help. My .htaccess file:
order allow,deny allow from all RewriteEngine On RewriteRule ^codes/(.*)/(.*).php /codes.php?system=$1&game=$2 |
|
#2
|
||||
|
||||
|
RE: htaccesss question
From my error log:
[Mon Aug 18 19:42:19 2003] [error] [client 216.239.45.4] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /home/virtual/site263/fst/var/www/html |
|
#3
|
|||
|
|||
|
RE: htaccesss question
is it your own server, or one of your hosting company?
this feature is forbiden by default. ask you admin to enable it in httpd.conf file.. (not likely doe) if it is your, look at apache docs on how to enable it in your httpd.conf... |
|
#4
|
||||
|
||||
|
RE: htaccesss question
It's one on a hosting server. They said it was enabled but I'll email them...
|
|
#5
|
||||
|
||||
|
RE: htaccesss question
They said that it should work. I don't know what's wrong.
|
|
#6
|
|||
|
|||
|
RE: htaccesss question
Resolved by lack of activity.
Original poster, please place in unresolved status if you still need help. |
|
#7
|
||||
|
||||
|
RE: htaccesss question
Still not resolved. Ideas are needed.
|
|
#8
|
|||
|
|||
|
RE: htaccesss question
It really does appear to be a problem with the hosting company. There is no where else that I can think of that the problem would be.
They don't have your virtual host configured to allow this...they should add: Options FollowSymLinks to your virtual config... |
|
#9
|
||||
|
||||
|
RE: htaccesss question
They have stopped replying to me answers asking for help claiming that my server is completely configured for using mod_rewrite. I don't really know what I should do. I can just live w/ regular urls I guess.
|
|
#10
|
|||
|
|||
|
RE: htaccesss question
something just hit me...try:
order allow,deny allow from all RewriteEngine On RewriteBase / RewriteRule ^codes/(.*)/(.*).php /codes.php?system=$1&game=$2 |
|
#11
|
||||
|
||||
|
RE: htaccesss question
No luck. Though I've tried that kind of thing before.
|
|
#12
|
|||
|
|||
|
RE: htaccesss question
Who is your hosting provider?
|
|
#13
|
||||
|
||||
|
RE: htaccesss question
esphinx.net
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Server Administration > htaccesss question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|