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

Products: Gossamer Links: Development, Plugins and Globals: Re: [Gorospe] Htaccess exclude: Edit Log

Here is the list of edits for this post
Re: [Gorospe] Htaccess exclude
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

Edit Log: