Jump to content

[SOLVED] mod_rewrite


tomdelonge

Recommended Posts

so i've been reading about it (minimally). at any rate, i finally got this to work in my .htaccess file:

 

RewriteEngine On

RewriteRule ^aboutus/ /aboutus.php [PT]the

 

the only issue is that if i type:

 

localhost/aboutus/

 

then it works like it should (it goes to the correct page and such), but the css doesn't load (everything is black and blue, hyperlinks and default text)

 

if i go to localhost/aboutus.php

 

it works correctly. what's going on?

Link to comment
https://forums.phpfreaks.com/topic/122911-solved-mod_rewrite/
Share on other sites

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.