Go Back   CodingForums.com > :: Server side development > Apache configuration

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-06-2012, 07:53 PM   PM User | #1
tsguitar2004
Regular Coder

 
Join Date: May 2004
Location: San Jose, CA
Posts: 388
Thanks: 0
Thanked 0 Times in 0 Posts
tsguitar2004 is an unknown quantity at this point
[SOLVED] Surely A Simply Rewrite

I can't believe that I cannot figure this out.

I have:
http://nextvista.org/embed/player.phtml?id=1553

and I want it to be:
http://nextvista.org/embed/1553

Among other things, I've tried to put this in my HTACCESS:

Code:
RewriteBase /embed

RewriteRule ^([a-zA-Z0-9_-]+)$ /player.phtml?id=$1
I've been through a few other possibilities and I just can't seem to figure it out. Maybe I need to drink more coffee today. In the meantime, does anyone have any suggestions? Thanks!
__________________
-Challenge The Status Quo
-www.toddseal.com/rodin

Last edited by tsguitar2004; 07-06-2012 at 09:05 PM..
tsguitar2004 is offline   Reply With Quote
Old 07-06-2012, 09:01 PM   PM User | #2
tsguitar2004
Regular Coder

 
Join Date: May 2004
Location: San Jose, CA
Posts: 388
Thanks: 0
Thanked 0 Times in 0 Posts
tsguitar2004 is an unknown quantity at this point
I knew this would happen. I figured it out:
Code:
RewriteRule ^embed/([0-9]+)?$ embed/player.phtml?id=$1
I simply had it in the wrong spot in my .htaccess file so other rules were getting in the way. So if you're like me and running something like this on a WordPress install, put these rules immediately after this block:
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
Thanks for stopping by!
__________________
-Challenge The Status Quo
-www.toddseal.com/rodin
tsguitar2004 is offline   Reply With Quote
Reply

Bookmarks

Tags
htacess

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:29 AM.


Advertisement
Log in to turn off these ads.