Jump to content

Improving mod_rewrite


liamoco

Recommended Posts

Currently my .htaccess looks like the following...

 

RewriteEngine On
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^localhost
RewriteRule (.*) http://localhost/n/$1 [R=301,L]
RewriteRule ^([^/\.]+)/?$ index.php?node=$1&e=$2 [L]

 

so my url looks something like http://localhost/n/home

 

how can I change this to make my url be http://localhost/home

 

Thanks :)

Link to comment
Share on other sites

Ok, I understand why this I cannot get this to work, this is what my directory looks like...

 

root ->

.htaccess

            n ->

                    .htaccess

                    index.php

                    home.php

                    b.php

                    c.php

            iframes ->

                    .htaccess

                    index.php

                    d.php

                    e.php

                    f.php

 

The .htaccess in the root dir redirects to the n folder (this is my main website). Everything in the iframes folder will be viewed by other websites via iframes hence calling the folder iframes.

 

If my url looks like http://localhost/home its looking for a folder called "home" in the root dir but that folder does not exist, what can I do to get around this?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.