Hi guys,
So I have a problem with using .htaccess on my site, I can't see it in my file manager and if I am trying to use one I'll get an 404 error
Regards,
Denis Bosma
Hi guys,
So I have a problem with using .htaccess on my site, I can't see it in my file manager and if I am trying to use one I'll get an 404 error
Regards,
Denis Bosma
If you feel my post is useful then clickto give Reputation (bottom left corner of this post)
X10 Hosting | News and Announcements | Premium Hosting | VPS Hosting | Prime Membership
Tech Community | Gouri
Alright that's ok but...
I have an phpbb forum and when I'm adding this to the /adm folder I've got an 404 ?
Code:<Files 403.shtml> order allow,deny allow from all </Files> allow from my-ip deny from all
If you feel my post is useful then clickto give Reputation (bottom left corner of this post)
X10 Hosting | News and Announcements | Premium Hosting | VPS Hosting | Prime Membership
Tech Community | Gouri
Alright thumbs up on that one, what about this:
I'm trying this
And this is what I getCode:RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([A-Za-z0-9\-\+]+)$ ./page.php?p=$1 [L]
BTW, @gsonline it's not working again...
Last edited by denis.bosma61; 03-29-2011 at 02:06 PM.
Try:
Also, by "not working", do you mean the IP block?Code:RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([A-Za-z0-9\-\+]+)$ page.php?p=$1 [L]
Nothing is always absolutely so.
Last edited by denis.bosma61; 03-29-2011 at 02:31 PM.
If you feel my post is useful then clickto give Reputation (bottom left corner of this post)
X10 Hosting | News and Announcements | Premium Hosting | VPS Hosting | Prime Membership
Tech Community | Gouri
1. Got a URL that throws the 500 error?
2. Where is the .htaccess located?
3. Where is page.php located?
I'll get to the IP block in a minute.
Nothing is always absolutely so.