NameSilo

.htaccess help!, P-p-p-pleeaaassee

SpaceshipSpaceship
Watch
Impact
109
Hey everyone,

50NP$ reward for whoever can fix this for me.

well im having a few problems with good old .htaccess, once again! :td:

What im trying to do is this:

change popular.php to /popular/ so that is more seo friendly.

BUT when I do that, all the templates images which are located at templates/default/images will become located at popular/templates/images so none of the images will show up because the images aren't located there...

Ive tried everything :(. And this is the last thing that ive tried to fix the issue of no images showing up, i can do the /popular/ redirection ok though...

Code:
RewriteEngine On
RewriteRule ^popular/ popular.php
RewriteRule ^popular popular.php
RewriteRule templates/(.*)/images/(.*) ../templates/$1/images/$2 [R,L]

Im so hopeless at htaccess lol.

If someone could please help me out i would be sooo grateful.

Thanks!
Regards, Rhett.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable Domains โ€” AI StorefrontUnstoppable Domains โ€” AI Storefront
Code:
RewriteRule ^templates/(.*)/images/(.*) /templates/$1/images/$2 [L]
 
0
•••
0
•••
Try this then:
Code:
RewriteRule ^popular/templates/(.*)/images/(.*) /templates/$1/images/$2 [L]
 
0
•••
0
•••
Thanks anyway 2ndversion, I decided to do the thing I wanted differently so it didnt matter anyway :).
Thanks for your help though!

PS - I tried to leave rep but couldnt and got this message lol sorry: "You must spread some Reputation around before giving it to SecondVersion again."
 
0
•••
Dynadot โ€” .com TransferDynadot โ€” .com Transfer
CatchedCatched
Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomainEasy โ€” Payment Flexibility
DomDB
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back