Jump to content

Pages with mod_rewrite...


Neptunus Maris

Recommended Posts

I know this is supposed to be in the Apache forum but no one's ever in there...really

 

Anyways

 

I'm doing a mode rewrite on a site like this:

 

My URLs look like this:

mysite.com/news/[newsID]/ (...so) mysite.com/news/3/    for instance...

 

 

My .htaccess file is like this:

RewriteEngine On
RewriteRule news/([0-9]+)?.htm$ news.php?article=$1 [L]

 

 

Now...the problem is, is that once I go to the page none of the CSS or HTML properties come through...no images nothing...how do I fix this?

 

Thank you  :)

Link to comment
https://forums.phpfreaks.com/topic/98503-pages-with-mod_rewrite/
Share on other sites

Where are you doing the rewrite rule?

 

On a machine using localhost at home for testing or on a hosted webserver?

 

The reason i ask is becuase i tried enabling mod rewrite on my testing machine at home and i got the same problem

 

 

On a hosted web server...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.