Live Chat Software by Kayako |
Knowledgebase: User Front-End
|
How to get access to a subdirectory inside eSyndiCat installation?
Posted by Vasily B. on 30 November 2010 03:47 AM
|
|
|
Sometimes you migtht need to get access to a directory that's placed in eSyndiCat root folder. Due to mod_rewrite rules you will not be able to open that directory in your Browser. Its URL is going to be processed as eSyndiCat category and probably you will see 404 error. There are two ways to solve this. 1) Put .htaccess file in your subdirectory. It should contain the following: RewriteEngine Off 2) Put .htaccess file in your subdirectory with the following content: RewriteBase /directory_name where directory_name is the name of your subdirectory
The instructions should work fine for Apache servers. If your subdirectory is still unaccessible - submit a ticket in our Technical Department and the guys will advise how to fix it. | |
|
|
|
Comments (0)
