I am using
Code: Select all
RewriteEngine on
RewriteRule display/(.*)/(.*)$ /dev/display.php?$1=$2to look like /dev/display/bash/6
however this has caused a huge problem.
Now all urls relating to the pages call from
/dev/display/bash/
instead of the actual folder.
Example is /dev/imgs/smileys/setone/smile.gif
Now shows as /dev/display/bash/imgs/smileys/setone/smile.gif
Which renders all links/images/css url/etc.. useless
Is there a way around this without me having to use full url paths for
everything that is linked?