GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Anyone know How to mod rewrite this (https://gfy.com/showthread.php?t=1201583)

Bird 06-09-2016 10:33 PM

Anyone know How to mod rewrite this
 
I have some urls like

Code:

http://sitename.com/folder1/?timestamp=3456789354
Code:

http://sitename.com/folder2/?timestamp=3456789354
Code:

http://sitename.com/folder3/?timestamp=3456789354

I want to remove all /folder#/

so it looks like

Code:

http://sitename.com/?timestamp=3456789354

Thanks

CurrentlySober 06-10-2016 03:45 AM

http://i.imgur.com/ZkN2nH2.jpg

Mods + Writing = Bump 4 U... :)

Bladewire 06-10-2016 03:47 AM

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^folder(\d{4}/.*|)$ $1 [L,NC]
</IfModule>


All times are GMT -7. The time now is 05:12 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc