Jump to content

rewrite www. to subfolder


Talantyyr

Recommended Posts

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 :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.