BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] How to write .htaccess rules
- Subject: [Discuss] How to write .htaccess rules
- From: johnhall2.0 at gmail.com (John Hall)
- Date: Sun, 3 Apr 2016 15:44:10 -0400
- In-reply-to: <87k2ke8vte.fsf@laymusic.org>
- References: <87k2ke8vte.fsf@laymusic.org>
Laura, A few thoughts. You may need to have loaded mod rewrite in your main apache server configuration. Look up mod rewrite. I would put this in the virtual server configuration not in an htaccess file. Unless it's required to propagate the ability to set server directives to authorized users or have many settings that vary by directory I disable htaccess files all together and keep server settings in one place. You also might want to search for http 301 error, which may be appropriate as well and may not use mod rewrite. Finally rather than explain i Suggest that the default default be the home page of the new site for now. Be sure a general rule is not overriding a more specific rule. Finally, I'd search "wordpress to drupal migration mod rewrite", which i have not done yet on your behalf. Sincerely, John Hall On Sun, Apr 3, 2016 at 1:07 PM, Laura Conrad <lconrad at laymusic.org> wrote: > > Can someone point me to a good explanation of this? I've found some > that look understandable, but my rule still doesn't work. > > My problem is that I rewrote a wordpress site into drupal, and I would > like old links to some pages on the old wordpress site to translate to the > equivalent page on the new drupal site. > > For instance, the page > <http://serpentpublications.org/wordpress/?page_id=20&id=235> should now > be <http://www.serpentpublications.org/drupal7/?q=piecepage/235>. > > My attempt at this rule is: > > RewriteRule wordpress/?page_id=20&id=([0-9]+) " > http://serpent.serpentpublication > s.org/drupal7/?q=piecepage/$1" > > Based on the log, I can see that apache is definitely seeing this rule, > but it isn't for some reason serving the drupal page. Before I switched > the site over, I managed to get a rule that sent all wordpress pages to > a page that redirects to the home page of the drupal site, so people > aren't stuck with just an error, but I want them to get the current > version of the page they were looking for. > > -- > Laura (mailto:lconrad at laymusic.org) > <https://plus.google.com/u/0/116029698292079786511> > (617) 661-8097 233 Broadway, Cambridge, MA 02139 > <http://www.laymusic.org/> <http://www.serpentpublications.org> > > It can't be any new note. When you look at the keyboard, all the notes > are there already. But if you mean a note enough, it will sound > different. You got to pick the notes you really mean! > > Thelonius Monk, on being asked how he got a special sound out of the piano > > _______________________________________________ > Discuss mailing list > Discuss at blu.org > http://lists.blu.org/mailman/listinfo/discuss >
- Follow-Ups:
- [Discuss] How to write .htaccess rules
- From: lconrad at laymusic.org (Laura Conrad)
- [Discuss] How to write .htaccess rules
- References:
- [Discuss] How to write .htaccess rules
- From: lconrad at laymusic.org (Laura Conrad)
- [Discuss] How to write .htaccess rules
- Prev by Date: [Discuss] How to write .htaccess rules
- Next by Date: [Discuss] Apple FUD?
- Previous by thread: [Discuss] How to write .htaccess rules
- Next by thread: [Discuss] How to write .htaccess rules
- Index(es):