Welcome Guest, Not a member yet? Register   Sign In
Multiple Applications
#8

[eluser]pickupman[/eluser]
@Greffer

Is you application folder actually applications or is that a typo? It should be application unless you have changed this in your index.php. Do the URL's work when you use .php?

Two other things to check.
1. Is mod_rewrite/.htaccess enabled or allowed for your server? Can you rewrite other urls? Try writing something explicit.
2. Try changing the last line of the RewriteRule to include a question mark as some server environments need it.
Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^myfirstapp/(.*)$ myfirstapp.php?/$1 [L]


Messages In This Thread
Multiple Applications - by El Forum - 03-02-2011, 04:11 PM
Multiple Applications - by El Forum - 03-02-2011, 07:40 PM
Multiple Applications - by El Forum - 03-03-2011, 08:33 AM
Multiple Applications - by El Forum - 03-03-2011, 08:53 AM
Multiple Applications - by El Forum - 03-03-2011, 11:30 AM
Multiple Applications - by El Forum - 03-03-2011, 11:35 AM
Multiple Applications - by El Forum - 04-06-2011, 06:40 AM
Multiple Applications - by El Forum - 04-06-2011, 07:53 AM
Multiple Applications - by El Forum - 04-06-2011, 08:33 AM
Multiple Applications - by El Forum - 04-06-2011, 12:59 PM
Multiple Applications - by El Forum - 04-07-2011, 01:01 AM
Multiple Applications - by El Forum - 04-07-2011, 06:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB