Results 1 to 4 of 4

Thread: Want allow subdirectory (htaccess)

  1. #1
    Thread Starter
    reyvax's Avatar
    Join Date
    Apr 2009
    Location
    France
    Posts
    66
    Thanks
    1
    Thanked 1 Time in 1 Post

    Want allow subdirectory (htaccess)

    Hi there,

    i would like allow index.php in a subdirectory:

    http://www.mydomain.com/ is classipress directory with this .htaccess:

    # BEGIN WordPress

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI} !^/?importer/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress


    I need to allow this directory:

    http://www.mydomain.com/thefile/index.php (if i actually try this i have classipress 404)

    How i must configure .htaccess for that?

    Thanks for your help!

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    reyvax's Avatar
    Join Date
    Apr 2009
    Location
    France
    Posts
    66
    Thanks
    1
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. permalink and .htaccess
    By shatoony26 in forum Report ClassiPress Bugs
    Replies: 14
    Last Post: December 20th, 2010, 06:28 PM
  2. Broken links if wordpress in subdirectory
    By christopher in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: April 14th, 2010, 08:58 PM