What's new
TerraForums Venus Flytrap, Nepenthes, Drosera and more talk

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Need some coding help....

  • Thread starter adnedarn
  • Start date

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