What's new
TerraForums - Carnivorous Plant Community

Welcome to TerraForums — a long-running carnivorous plant community established in 2001. Register for free to join the conversation, ask questions, and connect with growers from around the world.

NASC Auction will open in...

Read the rules first :)
NASC auction is OPEN!!

Need some coding help....

adnedarn

I'm growing CPs in the Desert of Tucson, Az
Admin
Hello, I need some help. I working on a project and cannot figure out the final part of it. I have a code that needs to be modified to work with my file structure... I'm told some of the stuff here needs to be changed but tech support is apparently unwilling to just help fix it. So, if the code below makes sense to you, enough so that you think you can edit it to work... (so please only contact if you think you can help) please PM me.
Thanks kindly.

Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
Rewritecond %{REQUEST_FILENAME} !gallery_remote2.php
RewriteRule (.*)$ /gallery/main.php?g2_controller=migrate.Redirect&g2_path=$1 [QSA]
</IfModule>
 
Back
Top