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.

General Discussions


You are currently viewing our General Discussions as a guest. Please register to participate.
Login



Reply
mod_rewrite for a forum how is this done
Old 03-18-2007, 04:10 PM mod_rewrite for a forum how is this done
goheadtry's Avatar
Webmaster Talker

Posts: 730
Name: John
Location: United States of America, California
Trades: 0
Hi I would like to show technologyforever.com/forums/somefile.php as forums.technologyforever.com/somefile.php

where somefile.php is the file in the forums directory and forums.technologyforever.com is the way the url is dispayed can some one please help me.

I am not using self promotion in any way shape or forum I just need some help


Also IM me if you wan't using my aol yahoo or msn one and if one doesn't work try the next
__________________
Free $1 gift card when you signup at
Please login or register to view this content. Registration is FREE

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


Last edited by goheadtry; 03-18-2007 at 04:13 PM.. Reason: Forgot to add something
goheadtry is offline
Reply With Quote
View Public Profile Visit goheadtry's homepage!
 
 
Register now for full access!
Old 03-18-2007, 04:20 PM Re: mod_rewrite for a forum how is this done
Experienced Talker

Posts: 33
Name: Potterybarn Collectables
Trades: 0
search google for the term

'.htaccess mode rewrite example'

that will give you a sample to which to work from

heres a very basic .htacces example

AddType application/x-httpd-php .html
AddType application/x-httpd-php .css
AddType application/x-httpd-php .js


RewriteEngine On
#index
Rewriterule ^index.html index.php
#listingview
RewriteRule ^model-([0-9]*).html detail.php?siteid=$1
RewriteRule ^new_models.html latestads.php
RewriteRule ^model_search.html search.php

RewriteRule ^models.html picturebrowse.php
RewriteRule ^glamour.html index.php?catid=2&set_add_ad_cat=
RewriteRule ^adult.html index.php?catid=4&set_add_ad_cat=
RewriteRule ^fetish.html index.php?catid=3&set_add_ad_cat=

RewriteRule ^bookmodels.html bookmodels.php
RewriteRule ^findmodels.html findmodels.php
RewriteRule ^model-reviews.html model-reviews.php
RewriteRule ^vipaccess.html join.php

RewriteRule ^sitemap.html sitemap.php
RewriteRule ^faq.html faq.php
RewriteRule ^main.html main.php
RewriteRule ^links.html m1_links.php
RewriteRule ^join.html join.php
RewriteRule ^members.html members.php
RewriteRule ^tour.html tour.php
awt22 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to mod_rewrite for a forum how is this done
 

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