Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Remove a directory from rewritting
(1 viewing) (1) Guest
Support forum for customers who have purchased JoomSEF 4 (Joomla 1.6/1.7/2.5+ compatible). Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1
  • 2

TOPIC: Remove a directory from rewritting

Re: Remove a directory from rewritting 11 years, 10 months ago #31083

I've tried with this :

RewriteCond %{REQUEST_URI} !path1/.*

and this :

RewriteCond %{REQUEST_URI} !^/(path1/path2/.*)$

just before the "RewriteRule .* index.php [L]" line but without success :(

Very strange...
jeux flash gratuits !
The topic has been locked.

Re: Remove a directory from rewritting 11 years, 10 months ago #31090

  • dajo
  • OFFLINE
  • Posts: 5069
It seems all right to me. Try clearing the cache in your web browser.

If your non-Joomla website doesn't use any rewriting, you shouldn't need to configure this at all, the following two conditions that are already there should take care of it:
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d


Anyway, if you don't manage to make it work, we can check the problem directly on your server as a paid service.
ARTIO Support Team
The topic has been locked.

Re: Remove a directory from rewritting 11 years, 10 months ago #31091

Thank you Dajo for your help.

I finally just put RewriteBase /path1/path2 in a .htaccess file directly in the the path2 folder and it worked !

Thank's again for your great help !
jeux flash gratuits !
The topic has been locked.
  • Page:
  • 1
  • 2
User Login Empty