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
Old 09-29-2007, 01:48 PM .htaccess help
Super Talker

Posts: 111
Trades: 0
Hey guys, I'm trying to rewrite my URL's using .htaccsess and I found a good website that generates the info.

Let's just say, the ROOT folder of my test website is:
http://domain.com/test2/

This is the .htaccess I got so far.
Quote:
Options +FollowSymLinks
RewriteEngine on
RewriteRule index/(.*)/(.*)/(.*)/(.*)/$ /test2/index.php?$1=$2&$3=$4
It works and all, but I do not like the current URL structure to access the page, which is.
http://domain.com/test2/index/area/c...age/downloads/

I want it to be like
http://domain.com/test2/crazy/downloads

For reference, this is how my URL structure is without the .htaccess
-------------------------
__________________

Please login or register to view this content. Registration is FREE

Last edited by sixpacgenius; 09-29-2007 at 02:30 PM..
sixpacgenius is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-29-2007, 07:16 PM Re: .htaccess help
maxxximus's Avatar
Extreme Talker

Posts: 219
Name: Rob
Location: UK
Trades: 0
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*)/(.*)/$ /test2/index.php?area=$1&page=$2

Should do it.

Last edited by maxxximus; 09-29-2007 at 07:19 PM..
maxxximus is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to .htaccess help
 

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.49031 seconds with 12 queries