Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4828

URL Rewriting using .htaccess on Apache2 server

$
0
0

@Amr_Monjid wrote:

Hello I'm using ember CLI version 2.10.1 I have a route ex: mywebsite/car and i use query string to get the item by ID so the URL is like mywebsite/car?carID=1

I want to create a Rewrite Rule so the URL will be as the following mywebsite/car/1

the website is hosted on apache2 server and i have rewrite mode ON and i created .htaccess file with the below rule RewriteEngine on RewriteRule ^car/([A-Za-z0-9]+) car?carID=$1

it always return 500 error, any idea? Thanks

Posts: 3

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 4828

Trending Articles