emanuele45 / prettyurls

Automatically exported from code.google.com/p/prettyurls
Other
0 stars 0 forks source link

Sub directories lead back to forum #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. if i try and access http://ieatsoul.com/myfairytail/wp-admin
2.
3.

What is the expected output? What do you see instead?

I should see the wordpress admin's page but i get redirected to the forum
instead.

What version of the mod, and what version of SMF are you using?

Pretty URLs      0.9.2
Forum version: SMF 1.1.9

What other mods do you have installed?

 Mod Name   Version     
1.  DisplayPostedTopicsMod  1.0     [ Uninstall ] [ List Files ] [ Delete ]
2.  SMF 1.0.17 / 1.1.9 / 2.0 RC1 Update     1.0     [ Uninstall ] [ List Files ]
[ Delete ]
3.  SMFPets     0.2     [ Uninstall ] [ List Files ] [ Delete ]
4.  Mgallery Mod    1.01    [ Uninstall ] [ List Files ] [ Delete ]
5.  SMFShop     3.0     [ Uninstall ] [ List Files ] [ Delete ]
6.  Thank-O-Matic   1.2.5   [ List Files ] [ Delete ]
7.  Aeva ~ Auto-Embed Video & Audio     5.2.56  [ Uninstall ] [ List Files ] [
Delete ]
8.  phpBB3_Login_Fix    1.0     [ List Files ] [ Delete ]
9.  3guks PJIRC Integrated Chat Mod     1.1     [ Uninstall ] [ List Files ] [
Delete ]
10.     Ad Managment    2.3     [ Uninstall ] [ List Files ] [ Delete ]
11.     Add Favicon.ico Support     1.0     [ Uninstall ] [ List Files ] [ Delete ]
12.     SMF 1.0.16 / 1.1.8 Update   1.0     [ List Files ] [ Delete ]
13.     Shop Item: Change Display Name CSS  1.0     [ Apply Mod ] [ List Files ]
[ Delete ]
14.     Spoiler Show And Hide   1.0.3   [ Uninstall ] [ List Files ] [ Delete ]
15.     AvatarSelect    1.1.2   [ Uninstall ] [ List Files ] [ Delete ]
16.     RateThatTopic   1.0     [ Uninstall ] [ List Files ] [ Delete ]
17.     Default Avatar  1.1.1   [ Uninstall ] [ List Files ] [ Delete ]
18.     Custom Copyright In One Line    1.01    [ Apply Mod ] [ List Files ] [
Delete ]
19.     Avatar on Member List   1.0     [ Uninstall ] [ List Files ] [ Delete ]
20.     Separate Sticky and Normal Topic    1.0     [ Uninstall ] [ List Files ] [
Delete ]
21.     Quote Always WYSIWYG    1.01    [ Uninstall ] [ List Files ] [ Delete ]
22.     SMF Media Gallery   1.5.5   [ Uninstall ] [ List Files ] [ Delete ]
23.     Increase/Decrease Postbox Size  1.0     [ Uninstall ] [ List Files ] [
Delete ]
24.     Pretty URLs Extras  0.9     [ Uninstall ] [ List Files ] [ Delete ]
25.     TinyPortal  1.075   [ Uninstall ] [ List Files ] [ Delete ]
26.     Profile_Visitors    4.0     [ Uninstall ] [ List Files ] [ Delete ]
27.     Ultimate Profile    0.8.5   [ Uninstall ] [ List Files ] [ Delete ]
28.     nCode Image Resizer     1.2     [ Uninstall ] [ List Files ] [ Delete ]
29.     SMF Arcade  2.0.16  [ List Files ] [ Delete ]
30.     Registered Links    1.0     [ Uninstall ] [ List Files ] [ Delete ]
31.     Edit_Display_Name_Permission    1.0     [ Uninstall ] [ List Files ] [ Delete ]
32.     Pretty URLs     0.9.2   [ Uninstall ] [ List Files ] [ Delete ]
33.     Look But No Read    1.3     [ Uninstall ] [ List Files ] [ Delete ]
34.     Center the Navagation Bar   1.0 

Please provide any additional information below.

I have added RewriteRule ^myfairytail/?$ /myfairytail/index.php [L,QSA]
to the .htaccess but that only fixes ieatsoul.com/myfairytail but not
ieatsoul.com/myfairytail/wp-admin

Original issue reported on code.google.com by hash...@googlemail.com on 7 Aug 2009 at 10:42

GoogleCodeExporter commented 8 years ago
Sorry to take so long to reply.

How about something like:

^myfairytail(.+)$ /myfairytail$1 [L,QSA]

Original comment by curiousdannii on 5 Sep 2009 at 11:24

GoogleCodeExporter commented 8 years ago

Original comment by curiousdannii on 24 Sep 2009 at 5:02