Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website and Server Administration Forum


You are currently viewing our Website and Server Administration Forum as a guest. Please register to participate.
Login



Reply
Help me with .htaccess
Old 02-18-2010, 05:32 AM Help me with .htaccess
Junior Talker

Posts: 2
Trades: 0
Hi,
i have php pages and i need to rewrite "index.php?id=5" as
"info-5.html",
i try making a .htaccess file into index.php folder with this rules:
Code:
RewriteEngine on
RewriteRule ^page/([^/\.]+)/?$ index.php?id=$1 [L]
i load my page in localhost with wamp and setting apache with mod_rewrite enable.

but loading the page it don't write as i want and write always "index.php?id=5"

what's wrong??
Colino is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-18-2010, 06:01 AM Re: Help me with .htaccess
Mad182's Avatar
Skilled Talker

Posts: 54
Name: Madars
Location: Latvia
Trades: 0
Code:
RewriteRule ^info-([0-9]+).html index.php?id=$1 [L]
__________________
There's no place like 127.0.0.1

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Mad182 is offline
Reply With Quote
View Public Profile Visit Mad182's homepage!
 
Old 02-18-2010, 06:10 AM Re: Help me with .htaccess
Junior Talker

Posts: 2
Trades: 0
thanks but the problem is that in the bar where you put urls still "index.php?id=5"
why??
Colino is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Help me with .htaccess
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11536 seconds with 12 queries