in Education by
i have .htaccess file which includes below code. RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L] RewriteRule ^imagefactory/(.*)$ imagefactory/index.php?q=$1 [QSA] i want .htaccess file which fulfill below requirements. if 1) url/admin then go to the admin folder and choose it's .htaccess file 2) url/imagefactory then go to the imagefactory folder and choose it's file called index.php 3) url/ then it choose root directory's index.php file JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Try This RewriteEngine on RewriteRule ^imagefactory/(.*)$ imagefactory/index.php?q=$1 [QSA] RewriteRule ^admin/.$ - [PT] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1

Related questions

0 votes
    (This post isn't helpful) I'm using this code in onCreateOptionsMenu to enable/disable menu items in a ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 26, 2022 in Education by JackTerrance
0 votes
    (This post isn't helpful) I'm using this code in onCreateOptionsMenu to enable/disable menu items in a ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 23, 2022 in Education by JackTerrance
0 votes
    I have a Fragment1, and i am make newInstance of Fragment1 and start in Fragment1, i.e. my ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 19, 2022 in Education by JackTerrance
0 votes
    I have two forms: frmClient', (which has a subform that lists applicants), and frmDisclosure', which ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 17, 2022 in Education by JackTerrance
0 votes
    Using Eclipse 3.6SR2 and the appropriate Google Plugin I create a new Web Application Project. Everything ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 2, 2022 in Education by JackTerrance
0 votes
    First of all, thats my current state of play: thsbrk.de. The black boxes should be e.g. a about ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    First of all, thats my current state of play: thsbrk.de. The black boxes should be e.g. a about ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 9, 2022 in Education by JackTerrance
0 votes
    First of all, thats my current state of play: thsbrk.de. The black boxes should be e.g. a about ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    So, I was trying to upload PHP files into Apache server, and whenever I browse the file I get 403 ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    So, I was trying to upload PHP files into Apache server, and whenever I browse the file I get 403 ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 24, 2022 in Education by JackTerrance
0 votes
    It's big problem to convert mod_rewrite rules to lighttpd format JavaScript questions and answers, JavaScript ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 27, 2022 in Education by JackTerrance
0 votes
    I posted this : PHP 5.2.x: $_POST is empty when any field has value of "drop anywords from ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 19, 2022 in Education by JackTerrance
0 votes
    I used an htaccess in my project that use Codeigniter framework: DirectoryIndex index.php RewriteEngine on ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    I'm looking for a way to remove trailing slash for all WordPress URL's. I found similar answers ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 7, 2022 in Education by JackTerrance
0 votes
    I'm looking for a way to remove trailing slash for all WordPress URL's. I found similar answers ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 5, 2022 in Education by JackTerrance
...