Yes.
Code:RewriteEngine on RewriteRule (.*) index.php?p=$1 [PT,QSA]

Yes.
Code:RewriteEngine on RewriteRule (.*) index.php?p=$1 [PT,QSA]
Just to confirm, it should be turning www.hab.net63.net/index.php?p=register into www.hab.net63.net/register right?
If so, it's not working. If you want to check it out, you can use the above links. The .htaccess is currently:
Code:Options +FollowSymlinks RewriteEngine on RewriteRule ^(.*)$ index.php?p=$1 [PT,L,QSA]
Out of curiosity, can you add this to the top of the .htaccess file:
PHP Code:RewriteBase /
That seemed to do the trick!
However the CSS isn't loading now. I tried changing the path to the .css file from lib/global.css to ./lib/global.css and ../lib/global.css but it doesn't seem to solve it.
The page that shows when you visit the .css file looks like a 404 if you ask me..
Can you try putting the css file in here: http://www.hab.net63.net/lib/noty/css/
I put it there, still not workingThe page that shows when you visit the .css file looks like a 404 if you ask me..
Can you try putting the css file in here: http://www.hab.net63.net/lib/noty/css/
Want to hide these adverts? Register an account for free!