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 03-11-2008, 02:56 AM   PM User | #1
stevan
Regular Coder

 
Join Date: Jun 2002
Posts: 268
Thanks: 4
Thanked 0 Times in 0 Posts
stevan is an unknown quantity at this point
Mod Rewrite Question

I have tried different combinations that I have read and can not get it to work Could someone please help me


Here is the Main Page

http://www..net/links/index.php want it to be

http://www..net/links

Here is the Category Page

http://www.net/links/travel.html I want it to be

http://www.net/links/travel

And if there is more than one page

http://www.net/links/travel/index2.html

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)-(.*)\.html$ index.php?cate=$1&page=$2 [L]

RewriteRule ^(.*)\.html$ index.php?cate=$1&page=1 [L]
#RewriteRule ^(.*)$ /$1/

Thxs Steve
stevan is offline   Reply With Quote
Reply

Bookmarks

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:06 AM.


Advertisement
Log in to turn off these ads.