Results 1 to 10 of 10
-
8th Aug 2010, 07:52 AM #1OPMember
Help me with this .htaccess file
Okay the .htaccess file is as below:
Code:Options +FollowSymlinks RewriteEngine on RewriteRule ^xxx/([^/]+)/([^/]+)/$ - [F,L] RewriteRule ^xxx/([^/]+)/$ - [F,L] RewriteRule ^xxx(/?)$ - [F,L] RewriteRule ^([^/.]+)/([^/.]+)/([0-9]+)(/?)$ index.php?xxx=$1&chapter=$2&page=$3 [L] RewriteRule ^([^/.]+)/([^/.]+)(/?)$ index.php?xxx=$1&chapter=$2 [L] RewriteRule ^([^/.]+)(/?)$ index.php?xxx=$1 [L]
gamelord Reviewed by gamelord on . Help me with this .htaccess file Okay the .htaccess file is as below: Options +FollowSymlinks RewriteEngine on RewriteRule ^xxx/(+)/(+)/$ - RewriteRule ^xxx/(+)/$ - RewriteRule ^xxx(/?)$ - Rating: 5
-
8th Aug 2010, 08:43 AM #2MemberWebsite's:
Elite.SO Defendos.com Motionite.comPost this into the Hosting Section and you will get your answer quick.
-
8th Aug 2010, 09:06 AM #3Member
copy this .htaccess file to the each subfolder you want it to work & delete the one in the root
-
8th Aug 2010, 09:22 AM #4OPMember
Ok I will give more details....
I have a wordpress blog in the root domain say http://www.abcd.com/ and it has its own .htaccess file and if I delete it the wordpress blog will not work.
Now, I am trying to install another script(not wordpress) onto a subfolder say http://www.abcd.com/sub/ I installed the script correctly according to the instructions and when I access http://www.abcd.com/sub/ it says Nothing found for sub.
the .htaccess file of the script i installed in the subfolder is shown in the first.
Now please help me...
-
8th Aug 2010, 09:33 AM #5Member
which script are you using? if a .htaccess file comes along with that script just upload it in the subfolder
-
8th Aug 2010, 09:48 AM #6Memberit says Nothing found for sub
Database created or imported ?
i think it something related to DB
-
8th Aug 2010, 10:05 AM #7MemberCode:
RewriteRule ^sub/^xxx/([^/]+)/([^/]+)/$ - [F,L] RewriteRule ^sub/^xxx/([^/]+)/$ - [F,L] RewriteRule ^sub/^xxx(/?)$ - [F,L] RewriteRule ^sub/^([^/.]+)/([^/.]+)/([0-9]+)(/?)$ index.php?xxx=$1&chapter=$2&page=$3 [L] RewriteRule ^sub/^([^/.]+)/([^/.]+)(/?)$ index.php?xxx=$1&chapter=$2 [L] RewriteRule ^sub/^([^/.]+)(/?)$ index.php?xxx=$1 [L] replace sub with your subdir name..
I am busy nowwill check this thread later..
Coding Horror Fan
I don't read PM's frequently .
-
8th Aug 2010, 12:43 PM #8OPMember
-
8th Aug 2010, 12:45 PM #9MemberWebsite's:
downpump.com downpump.org downpump.info downpump.netAdd this to your subfolder's .htaccess
PHP Code:RewriteBase /sub
-
8th Aug 2010, 01:23 PM #10
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
The .htaccess file
By Areon in forum Server ManagementReplies: 0Last Post: 20th Mar 2014, 01:20 PM -
help in HTACCESS File
By donkeyhost in forum Technical Help Desk SupportReplies: 3Last Post: 8th Oct 2012, 02:57 PM -
need quick help regarding .htaccess file
By ashutariyal in forum Technical Help Desk SupportReplies: 0Last Post: 14th Jan 2011, 02:12 PM -
Htaccess file.
By Royal King in forum vBulletinReplies: 3Last Post: 12th Oct 2009, 09:14 AM -
How to make an .htaccess file.
By detailz in forum Webmaster DiscussionReplies: 3Last Post: 23rd Jul 2008, 10:54 AM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...