User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Linux Servers and Apache section within the Tech Talk category of DaniWeb, a massive community of 397,884 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,635 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Linux Servers and Apache advertiser:
Views: 2902 | Replies: 2
Reply
Join Date: Nov 2003
Location: Portland, Oregon
Posts: 67
Reputation: kub365 is an unknown quantity at this point 
Rep Power: 5
Solved Threads: 1
kub365 kub365 is offline Offline
Junior Poster in Training

Help mod_rewrite question

  #1  
Nov 10th, 2003
I am stumped. Can't get the following to work. Basically all it is suppose to do is if some calls a hello.html file it should grab the hello.shtml file.

RewriteEngine On
RewriteBase /
RewriteRule ^(.*).shtml$ /$1.html

So far all i get is 404 errors. This rewrite is placed in a .htaccess.

Thanks ahead of time
KUB356
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,881
Reputation: cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice 
Rep Power: 32
Solved Threads: 108
Admin
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: mod_rewrite question

  #2  
Nov 10th, 2003
It should be like this:

If all you want to do is change the .shtml extension to .html

RewriteEngine on
RewriteRule ^(.*).shtml$	  $1.html [L]
Reply With Quote  
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,881
Reputation: cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice 
Rep Power: 32
Solved Threads: 108
Admin
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: mod_rewrite question

  #3  
Feb 22nd, 2004
I know it's been quite awhile since this was posted. But I'm just curious if you were able to get it working?
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb Linux Servers and Apache Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the Linux Servers and Apache Forum

All times are GMT -4. The time now is 9:42 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC