close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Using mod_rewrite to rewrite url

Thread began 9/18/2017 8:26 am by EmmaMorris | Last modified 9/26/2017 6:45 pm by Ray Borduin | 1960 views | 5 replies |

EmmaMorris

Using mod_rewrite to rewrite url

Hi All,
On the site I have been working on the resulting url from a search is ***/showdr.php?mainID=1 I know it can be rewritten but what I am wondering is 1. can it be done pulling MULTIPLE db fields, such as ***/showdr.php?firstName lastName with firstName and lastName being the db fields and
2. is there any disadvantage of doing this.

Thanks.

Sign in to reply to this post

Ray BorduinWebAssist

You can do a mod rewrite for any number of parameters. I don't think there is a disadvantage other than the added complexity of maintaining your htaccess files with the different ur combinations you want to account for.

Sign in to reply to this post
Did this help? Tips are appreciated...

EmmaMorris

I have tried this in both the root directory .htaccess and a .htaccess file in the /mdb directory that the showdr.php file is in and cant get it to work.
Do you see anything wrong. The 2 db field names are correct as is the ?mainID field .

RewriteEngine On
RewriteCond %{QUERY_STRING} ^mainID=([0-9]+)
RewriteRule ^([A-Z]{2})/([\+a-z\ ]+)\.php$ showdr.php?firstName=$1&lastName=$2

Also can a underscore be added between the first and last name field above.
Just dont see what I am missing.

Sign in to reply to this post

Ray BorduinWebAssist

I'm not really an expert on mod rewrites, and I don't know exactly what you are trying to do.

It looks like you are trying to take any url that ends with ?mainID= and then a number. Then if that url has two parts and a slash you redirect it to the showdr.php page passing the variables as firstName and lastName.

I'd try removing the RewriteCond line and see if it works. Get the RewriteRule working properly and then add back the Condition so you can at least isolate which line is failing.

Sign in to reply to this post
Did this help? Tips are appreciated...

EmmaMorris

That was not at all what I was trying to do.. I screwed that up..
Ok I figured this part out.

RewriteEngine on
RewriteRule ^Doctor/([0-9a-zA-Z]+) showdr.php?mainID=$1 [NC,L]

it takes the url ... showdr.php?mainID=1 and will make it accessible with ...Doctor/1

But what I am trying to do is make it Doctor/firstName lastName (firstName and lastName are the actual db column names.)

Is this possible with mod_rewrite or would that require modifying the php?
Thanks.

Sign in to reply to this post

Ray BorduinWebAssist

If you had a page that already worked with ?firstname=bob&lastname=smith then you could do a mod rewrite to make it work with doctor/bob smith.

Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...