Questions tagged as '.htaccess'

0
answers

Send sitemap.php (not XML) to Google

I do not know if the process of sending the system in PHP format varies somewhat with respect to XML. I've uploaded it to Google but I get an error:    Your sitemap seems to be an HTML page. a compatible sitemap format. I have not found t...
asked by 16.06.2017 / 21:17
2
answers

Redirect 301 drag the variable

I am creating some 301 redirects in one of my sites, to eliminate indexed URLs and leave it a little more optimized. Well, if I redirect between tags for example: redirect 301 /videos/coche-electrico.html https://www.dominio.com/videos/coch...
asked by 05.06.2017 / 18:02
2
answers

Disable php intl extension

Good afternoon, I just migrated a web from one server to another, and the new one uses a more modern version of PHP which creates a conflict with the VERY old framework version in which the web is made (it's Silverstripe, little known) . The...
asked by 20.04.2017 / 16:23
1
answer

Rewrite friendly URLs (do not mark as a duplicate, please)

I am very confused so I decided to buy support from the Stack Overflow community. I have a URL shortening service with no database that stores the URLs in the / urls directory and can be accessed as site.com/url, without having to write site....
asked by 16.04.2017 / 20:53
1
answer

I can not put friendly urls with .htaccess

I created the .htaccess file manually since I did not have it and doing tests to get friendly urls, it gives me an internal server error. The code that I have is the following: Options +FollowSymLinks RewriteEngine on RewriteRule ^/private/not...
asked by 22.04.2017 / 15:03
1
answer

Redirection 301 with .htaccess several virtual host apache

Good morning, I intend to redirect some sites from port 80 to port 443 On this server I had already configured a virtualhost for port 80 and another for port 443, in the root folder where port 80 has a .htaccess file with the following content:...
asked by 10.03.2017 / 10:28
0
answers

Problem with modal Bootstrap and htaccess

I am developing a project with bootstrap and it requires to use htaccess to format url, ok, in the main page I work perfectly the modal but when you enter a page the modal no longer works: this is the code I use for modal: <a href="" dat...
asked by 20.03.2017 / 12:21
0
answers

friendly url and base tag

My htaccess has the REWRITE enabled: #Activar RewriteEngine para URL's amigables Options +FollowSymLinks RewriteEngine on RewriteBase /Carpeta RewriteRule ^home/?$ index.php [L] RewriteRule ^signup/?$ index.php?page=signup [L] RewriteRule ^l...
asked by 09.02.2017 / 17:13
0
answers

Does the data64 method make the browser faster when loading the images?

I'm doing a chat with ajax and it's not easy to use data64 to make the chat lighter and so you can not see the file path example ./uploads/5rtfgygyg-image.png $image = 'myimage.png'; $type = pathinfo($image, PATHINFO_EXTENSION); $data =...
asked by 08.02.2017 / 01:31
1
answer

Codeigniter v 3.0.6 without index.php [duplicated]

Hello developers, I'm 3 days circling on how to remove the index.php of codeigniter 3, uninstall and reinstall the xampp, Edit the apache configuration file, httpd.conf, editing the AllowOverride values from none to all If tmb edit the index p...
asked by 19.07.2016 / 06:46