Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
enabling mod_rewrite
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Bryce  
View profile  
 More options Jul 8 2010, 6:04 pm
From: Bryce <runamuc...@gmail.com>
Date: Thu, 8 Jul 2010 15:04:09 -0700 (PDT)
Local: Thurs, Jul 8 2010 6:04 pm
Subject: enabling mod_rewrite
I have been using a version of server2go that uses apache 1.3.

My deployment environment is apache 2.2, so I downloaded the
appropriate server2go package.

Now everything that deals with mod_rewrite is broken.

After verifying that everything works on the server2go apache 1.3, I
checked the  server2go with apache 2.2, and the phpinfo() did not have
mod_rewrite listed in the loaded modules section. So I uncommented the
line in my httpd.conf file that says:
LoadModule rewrite_module modules/mod_rewrite.so

I restarted the server, and now mod_rewrite does show up in the
"loaded modules" section, but the mod_rewrite stuff still does not
work.

What am I missing? What is the right way to go about enabling
mod_rewrite so that I can use an .htaccess file to define a
RewriteRule?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gammx1  
View profile  
 More options Jul 15 2010, 2:25 pm
From: Gammx1 <gam...@gmail.com>
Date: Thu, 15 Jul 2010 20:25:13 +0200
Local: Thurs, Jul 15 2010 2:25 pm
Subject: Re: [server2go-user] enabling mod_rewrite
Hi Bryce,

Check you have also enabled AllowOverride for .htaccess file directives
as follows:

1) Open the file \server\config_tpl\httpd.conf with notepad++
2) Search  for the lines 212 to 218 ant set AllowOverride  to All

    #
    # 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

Hope this will solve your problem,

Regards,
Gabriel
http://www.joomlas2go.net/

El 09/07/2010 0:04, Bryce escribi :


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »