Jump to content

Talantyyr

New Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Talantyyr

  1. 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 :)
  2. 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...

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