Hi, so I've been working on my website on my local server, after I had finished quite a few things I decided it's time to upload it on my freehostia account, a few bugs occurred after the export and i managed to fix a few of them but i'm having trouble with the following ones:
- for some reason a few folders on my website do exists and actually have an index.php but when i try to access them i get error 403 for no reason while other folders are working fine.
- My entire .htaccess file is working fine and all rewriting rules are too except for one: RewriteRule ^((?:\w+/)?\w+){1}$ $1.php the moment I add that line to my htaccess I get the internal error 500, but the exact same line works fine on my local server.
please help.
|