Jump to content

rewrite www. to subfolder


Talantyyr

Recommended Posts

Thank you!

 

I was messing around with RewriteCond and RewriteRule... ^^

 

 

Edit: 

 

Can i hide the /startpage somehow?

So in this case, if you go to www.mydomian.com i don't want to show the /startpage in the browserbar...

Edited by Talantyyr
Link to comment
Share on other sites

Thank you!

 

But i still have another problem :- (

 

I'm using rewriting for more readable links:

 

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
 
where do i have to put that exactly to get it to work? ( /startpage is a rewrite for the index.php ). It's no really working with my current rewrite code...
 
Thank you for your patience :)
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.