Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Gorospe] Htaccess exclude

Quote Reply
Re: [Gorospe] Htaccess exclude In reply to
Mmm, how about:

Code:
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !cgi-bin
RewriteCond %{REQUEST_FILENAME} !miembros
RewriteCond %{REQUEST_FILENAME} !members
RewriteRule ^index\.php$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !cgi-bin
RewriteCond %{REQUEST_FILENAME} !miembros
RewriteCond %{REQUEST_FILENAME} !members
RewriteRule (.*)/? /cgi-bin/page.cgi?$1 [L]

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!

Last edited by:

Andy: Aug 28, 2013, 9:06 AM
Subject Author Views Date
Thread; hot thread Htaccess exclude Gorospe 8419 Aug 28, 2013, 8:16 AM
Thread; hot thread Re: [Gorospe] Htaccess exclude
Andy 8208 Aug 28, 2013, 8:29 AM
Thread; hot thread Re: [Andy] Htaccess exclude
Gorospe 8201 Aug 28, 2013, 8:48 AM
Thread; hot thread Re: [Gorospe] Htaccess exclude
Andy 8196 Aug 28, 2013, 8:51 AM
Thread; hot thread Re: [Andy] Htaccess exclude
Gorospe 8196 Aug 28, 2013, 9:05 AM
Thread; hot thread Re: [Gorospe] Htaccess exclude
Andy 8196 Aug 28, 2013, 9:06 AM
Thread; hot thread Re: [Andy] Htaccess exclude
Gorospe 8186 Aug 28, 2013, 9:13 AM
Thread; hot thread Re: [Gorospe] Htaccess exclude
Andy 8200 Aug 28, 2013, 9:17 AM
Thread; hot thread Re: [Andy] Htaccess exclude
Gorospe 8183 Aug 28, 2013, 9:22 AM
Thread; hot thread Re: [Gorospe] Htaccess exclude
Andy 8236 Aug 28, 2013, 9:25 AM
Post; hot thread Re: [Andy] Htaccess exclude
Gorospe 8172 Aug 28, 2013, 9:30 AM